Enum ReferenceLoopHandling
Specifies reference loop handling options for the Json
Namespace: Bayat.Json
Assembly: Bayat.Json.Runtime.dll
Syntax
public enum ReferenceLoopHandling
Fields
| Name | Description |
|---|---|
| Error | Throw a Json |
| Ignore | Ignore loop references and do not serialize. |
| Serialize | Serialize loop references. |