Table of Contents

Enum PreserveReferencesHandling

Namespace
Newtonsoft.Json
Assembly
Newtonsoft.Json.dll

Specifies reference handling options for the JsonSerializer.

[Flags]
public enum PreserveReferencesHandling

Fields

All = Objects | Arrays

Preserve references when serializing.

Arrays = 2

Preserve references when serializing into a JSON array structure.

None = 0

Do not preserve references when serializing types.

Objects = 1

Preserve references when serializing into a JSON object structure.