Table of Contents

IJsonTypeConverter.WriteJson Method

Serializes a value to JSON.

Syntax

Unit: Bcl.Json.Converters

procedure IJsonTypeConverter.WriteJson(const Writer: TJsonWriter; const Value: TValue); virtual; abstract;

Parameters

<-> Parameter Type Description
const Writer TJsonWriter The TJsonWriter to write the JSON output to.
const Value TValue The value to serialize.

See also