public interface ISerializationBinderPublic Interface ISerializationBinderpublic interface class ISerializationBindertype ISerializationBinder = interface endProvides the same functionality as the SerializationBinder class but makes the BindToName method available also in .NET Framework 3.5.
If a binder class is used in BinarySerializationFormatter and the class is derived from SerializationBinder and implements this interface, then the BinarySerializationFormatter class is able to bind a Type in both directions even in .NET 3.5
| BindToName | Binds a Type to an assemblyName and typeName. |
| BindToType | Gets a Type associated by the provided assemblyName and typeName. |