Table of Contents

TIdentityNamingStrategy Class

Naming strategy that uses the raw Delphi member name without any transformation.

Remarks

Returns the exact RTTI member name, including the F prefix for fields. For example, field FFirstName stays FFirstName, and property FirstName stays FirstName. Use this when JSON names must match the Delphi identifiers exactly.

Syntax

Unit: Bcl.Json.NamingStrategies

TIdentityNamingStrategy = class(TJsonNamingStrategy);