Table of Contents

JsonConverterAttribute Class

Specifies a custom JSON converter class for a field, property, or type.

Syntax

Unit: Bcl.Json.Attributes

JsonConverterAttribute = class(TCustomAttribute);

Constructors

Name Description
Create Creates the attribute with the specified converter class.

Properties

Name Description
ConverterClass Gets or sets the custom JSON converter class.