Skip to content

camelCase transformations in object #183

@alittletina

Description

@alittletina

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions