Formatter.Binder Property
.NET Framework (current version)
When overridden in a derived class, gets or sets the SerializationBinder used with the current formatter.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Runtime.Serialization.SerializationBinderThe SerializationBinder used with the current formatter.
Implements
IFormatter.BinderThe SerializationBinder performs lookups for types from the type names passed during deserialization. If no SerializationBinder is set, a default is used.
Notes to Inheritors:
You must implement this property in a derived class.
.NET Framework
Available since 1.1
Available since 1.1
Show: