Enum PreserveReferencesHandling
Specifies reference handling options for the Json
Namespace: Bayat.Json
Assembly: Bayat.Json.Runtime.dll
Syntax
[Flags]
public enum PreserveReferencesHandling
Examples
Fields
Name | Description |
---|---|
All | Preserve references when serializing. |
Arrays | Preserve references when serializing into a JSON array structure. |
None | Do not preserve references when serializing types. |
Objects | Preserve references when serializing into a JSON object structure. |