ReferenceLoopHandling Enumeration |
Namespace: Newtonsoft.Json
public enum ReferenceLoopHandling
Member name | Value | Description | |
---|---|---|---|
Error | 0 | Throw a JsonSerializationException when a loop is encountered. | |
Ignore | 1 | Ignore loop references and do not serialize. | |
Serialize | 2 | Serialize loop references. |