Table of Contents

TJsonSerializer.WrittenObjects Method

Returns the collection of objects that were serialized during write operations.

Remarks

This is useful for tracking which object instances were visited during the serialization process.

Syntax

Unit: Bcl.Json.Serializer

function TJsonSerializer.WrittenObjects: TEnumerable<TObject>;

See also