Enum JsonContractType
Namespace: Bayat.Json.Serialization
Assembly: Bayat.Json.Runtime.dll
Syntax
public enum JsonContractType
Fields
| Name | Description |
|---|---|
| Array | |
| Dictionary | |
| Dynamic | |
| Linq | |
| None | |
| Object | |
| Primitive | |
| Serializable | |
| String |