DefaultSerializationBinder
The default serialization binder used when resolving and loading classes from type names.
public void BindToName(
Type serializedType,
out string assemblyName,
out string typeName)
When overridden in a derived class, controls the binding of a serialized object to a type.