JsonNamingStrategyAttribute Class
Specifies a naming strategy for converting property names during JSON serialization.
Syntax
Unit: Bcl.Json.Attributes
JsonNamingStrategyAttribute = class(TCustomAttribute);
Constructors
| Name | Description |
|---|---|
| Create | Creates the attribute with the specified naming strategy class. |
Properties
| Name | Description |
|---|---|
| StrategyClass | Gets the naming strategy class. |