| TCamelCaseNamingStrategy |
Naming strategy that produces camelCase JSON names with field prefix removal.
|
| TDefaultNamingStrategy |
Default naming strategy that uses the member name with field prefix removal.
|
| TIdentityCamelCaseNamingStrategy |
Naming strategy that produces camelCase JSON names without field prefix removal.
|
| TIdentityNamingStrategy |
Naming strategy that uses the raw Delphi member name without any transformation.
|
| TIdentitySnakeCaseNamingStrategy |
Naming strategy that produces snake_case JSON names without field prefix removal.
|
| TSnakeCaseNamingStrategy |
Naming strategy that produces snake_case JSON names with field prefix removal.
|