Skip to content

Fix function name collision

Compare
Choose a tag to compare
@wol-soft wol-soft released this 29 Jan 13:56
· 14 commits to master since this release
6af5dcd
* Objects with properties `value` and a custom serializer for the property will generate a method `serializeValue` which will collide with the internal function `serializeValue`
* Rename all functions starting with `get*` to avoid further collisions