Table of Contents

TJsonConverters.ObjectWritten Method

Notifies the registry that an object was written during serialization.

Syntax

Unit: Bcl.Json.Converters

procedure TJsonConverters.ObjectWritten(Value: TObject);

Parameters

<-> Parameter Type Description
Value TObject The object instance that was serialized.

See also