SerializationBinder Class

Definition

Allows users to control class loading and mandate what class to load.

public ref class SerializationBinder abstract
public abstract class SerializationBinder
[System.Serializable]
public abstract class SerializationBinder
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public abstract class SerializationBinder
type SerializationBinder = class
[<System.Serializable>]
type SerializationBinder = class
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type SerializationBinder = class
Public MustInherit Class SerializationBinder
Inheritance
SerializationBinder
Attributes

Remarks

For more information about this API, see System.Runtime.Serialization.SerializationBinder.

Notes to Implementers

When you inherit from SerializationBinder, you must override the following member: BindToType(String, String).

Constructors

SerializationBinder()

Initializes a new instance of the SerializationBinder class.

Methods

BindToName(Type, String, String)

When overridden in a derived class, controls the binding of a serialized object to a type.

BindToType(String, String)

When overridden in a derived class, controls the binding of a serialized object to a type.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also