JsonDynamicContract Class
Namespace: Stimulsoft.Base.Json.Serialization
Contract details for a Type used by the JsonSerializer.
Inheritance
Inherits from: JsonContainerContract
Constructors
| Constructor | Description |
|---|---|
| JsonDynamicContract(Type underlyingType) | Initializes a new instance of the JsonDynamicContract class. |
JsonDynamicContract(underlyingType: Type)
Initializes a new instance of the JsonDynamicContract class.
Parameters
- underlyingType (Type) — The underlying type for the contract.
Properties
| Property | Type | Description |
|---|---|---|
| Properties | JsonPropertyCollection | Gets the object’s properties. |