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 SourceTypeNameKey(String, String)
Declaration
public TypeNameKey(string assemblyName, string typeName)
Parameters
Type | Name | Description |
---|---|---|
System.String | assemblyName | |
System.String | typeName |
Fields
| Improve this Doc View SourceAssemblyName
Declaration
public readonly string AssemblyName
Field Value
Type | Description |
---|---|
System.String |
TypeName
Declaration
public readonly string TypeName
Field Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceEquals(DefaultSerializationBinder.TypeNameKey)
Declaration
public bool Equals(DefaultSerializationBinder.TypeNameKey other)
Parameters
Type | Name | Description |
---|---|---|
DefaultSerializationBinder.TypeNameKey | other |
Returns
Type | Description |
---|---|
System.Boolean |
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>