Show / Hide Table of Contents

    Struct DefaultSerializationBinder.TypeNameKey

    Implements
    System.IEquatable<DefaultSerializationBinder.TypeNameKey>
    Inherited Members
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Bayat.Json.Serialization
    Assembly: Bayat.Json.Runtime.dll
    Syntax
    public struct TypeNameKey : IEquatable<DefaultSerializationBinder.TypeNameKey>

    Constructors

    | Improve this Doc View Source

    TypeNameKey(String, String)

    Declaration
    public TypeNameKey(string assemblyName, string typeName)
    Parameters
    Type Name Description
    System.String assemblyName
    System.String typeName

    Fields

    | Improve this Doc View Source

    AssemblyName

    Declaration
    public readonly string AssemblyName
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    TypeName

    Declaration
    public readonly string TypeName
    Field Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    Equals(DefaultSerializationBinder.TypeNameKey)

    Declaration
    public bool Equals(DefaultSerializationBinder.TypeNameKey other)
    Parameters
    Type Name Description
    DefaultSerializationBinder.TypeNameKey other
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean
    Overrides
    System.ValueType.Equals(System.Object)
    | Improve this Doc View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.ValueType.GetHashCode()

    Implements

    System.IEquatable<T>
    • Improve this Doc
    • View Source
    • 0 Comments