Table of Contents

TJsonConverters.ObjectCreated Method

Notifies the registry that an object was created during deserialization.

Syntax

Unit: Bcl.Json.Converters

procedure TJsonConverters.ObjectCreated(Value: TObject);

Parameters

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

See also