Show / Hide Table of Contents

    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 Source

    ContractCache

    Declaration
    public Dictionary<ResolverContractKey, JsonContract> ContractCache
    Field Value
    Type Description
    System.Collections.Generic.Dictionary<ResolverContractKey, JsonContract>
    | Improve this Doc View Source

    NameTable

    Declaration
    public PropertyNameTable NameTable
    Field Value
    Type Description
    PropertyNameTable
    • Improve this Doc
    • View Source
    • 0 Comments