ObjectOptions Enumeration
| Name | Value | Description | |
|---|---|---|---|
| RecursiveSerialization | 1 | /// Serialize child objects recursively using the same settings /// | |
| ToString | 0 | /// Use built-in string conversion, which renders as `MyNamespace.MyObject` /// |
| Name | Value | Description | |
|---|---|---|---|
| RecursiveSerialization | 1 | /// Serialize child objects recursively using the same settings /// | |
| ToString | 0 | /// Use built-in string conversion, which renders as `MyNamespace.MyObject` /// |