Table of Contents

TJsonSerializer.Converters Property

Provides access to the converter registry used by this serializer.

Remarks

The TJsonConverters registry determines how each type is converted to JSON. You can add or modify converters to customize the serialization behavior.

Syntax

Unit: Bcl.Json.Serializer

property TJsonSerializer.Converters: TJsonConverters

See also