JsonContainerContract Class
Namespace: Stimulsoft.Base.Json.Serialization
Contract details for a Type used by the JsonSerializer.
Inheritance
Inherits from: JsonContract
Properties
| Property | Type | Description |
|---|---|---|
| ItemConverter | JsonConverter | Gets or sets the default collection items JsonConverter. |
| ItemIsReference | bool? | Gets or sets a value indicating whether the collection items preserve object references. |
| ItemReferenceLoopHandling | ReferenceLoopHandling? | Gets or sets the collection item reference loop handling. |
| ItemTypeNameHandling | TypeNameHandling? | Gets or sets the collection item type name handling. |