NamingStrategy
A base class for resolving how property names and dictionary keys are serialized.
A flag indicating whether explicitly specified property names,
e.g. a property name customized with a JsonPropertyAttribute, should be processed.
Defaults to false.
A flag indicating whether dictionary keys should be processed.
Defaults to false.
A flag indicating whether extension data names should be processed.
Defaults to false.
protected NamingStrategy()
Gets the serialized key for a given dictionary key.
Gets the serialized name for a given extension data name.
Gets the serialized name for a given property name.
Resolves the specified property name.