IJsonNamingStrategy Interface
Interface for resolving JSON property names from Delphi RTTI members.
Remarks
A naming strategy controls how Delphi field and property names are mapped to JSON property names during serialization and deserialization. Implement this interface or descend from TJsonNamingStrategy to define custom name resolution logic.
Syntax
Unit: Bcl.Json.Converters
IJsonNamingStrategy = interface(IInterface);
Methods
| Name | Description |
|---|---|
| ResolveName | Resolves the JSON property name for the given RTTI member. |