Hi,
I'd like to transform object property names to camelCase during serialization (and the reverse during deserialization). So if an object has the property IsInvalid
, I'd like it to be serialized as isInvalid
for interopability.
Currently for example, if a C# property is PascalCase and we try to deserialize in Java with camelCase (and no attributes), it won't work.
Is there a functionality to do that?
Thank you so much!
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4