Class DefaultContractResolverState
Inheritance
System.Object
DefaultContractResolverState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Bayat.Json.Serialization
Assembly: Bayat.Json.Runtime.dll
Syntax
public class DefaultContractResolverState
Fields
| Improve this Doc View SourceContractCache
Declaration
public Dictionary<ResolverContractKey, JsonContract> ContractCache
Field Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<ResolverContractKey, JsonContract> |
NameTable
Declaration
public PropertyNameTable NameTable
Field Value
Type | Description |
---|---|
PropertyNameTable |