TJsonConverters.Find Method
Finds a converter for the specified type, returning nil if none is available.
Syntax
Unit: Bcl.Json.Converters
function TJsonConverters.Find(const ATypeToken: TTypeToken): IJsonTypeConverter;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | ATypeToken | TTypeToken | The type token identifying the type to convert. |
Returns
The matching IJsonTypeConverter, or nil if not found.