TInstanceLoopHandling Enumeration
Determines how circular object references are handled during serialization.
Syntax
Unit: Bcl.Json.Converters
Members
| Name | Value | Description |
|---|---|---|
| Error | 0 | Raise an exception when a circular reference is detected. |
| Ignore | 1 | Silently skip the property that causes the circular reference. |
| Reference | 2 | Serialize a $ref token pointing to the previously serialized instance. |