JsonPrimitiveContract Class
Namespace: Stimulsoft.Base.Json.Serialization
Contract details for a Type used by the JsonSerializer.
Inheritance
Inherits from: JsonContract
Constructors
| Constructor | Description |
|---|---|
| JsonPrimitiveContract(Type underlyingType) | Initializes a new instance of the JsonPrimitiveContract class. |
JsonPrimitiveContract(underlyingType: Type)
Initializes a new instance of the JsonPrimitiveContract class.
Parameters
- underlyingType (Type) — The underlying type for the contract.