System.Runtime.Serialization.Formatter.Binder Property

When overridden in a derived class, gets or sets the System.Runtime.Serialization.SerializationBinder used with the current formatter.

Syntax

public abstract SerializationBinder Binder { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The System.Runtime.Serialization.SerializationBinder performs lookups for types from the type names passed during deserialization. If no System.Runtime.Serialization.SerializationBinder is set, a default is used.

Requirements

Namespace: System.Runtime.Serialization
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0