naming Strategy
Specifies the JsonNamingStrategy that should be used for all properties in classes for serialization and deserialization. This strategy is applied for all entities that have StructureKind.CLASS.
null by default.
This element can be one of two things:
- the fully qualified class name of a type implements the
NamingStrategyinterface and has a no-arg constructor - a value in the form
NamingStrategy.SnakeCasewhich refers to built-in values provided by the kotlin serialization library itself.