Name

SerializationBinder

Synopsis

This abstract base class provides a binder to a formatter that controls which classes are loaded during deserialization according to assembly information.

public abstract class SerializationBinder {
// Protected Constructors
   protected method SerializationBinder();  
// Public Instance Methods
   public abstract method Type BindToType(string assemblyName, 
        string typeName);  
}

Returned By

Formatter.Binder, System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Binder, System.Runtime.Serialization.Formatters.Soap.SoapFormatter.Binder, IFormatter.Binder

Passed To

Formatter.Binder, System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Binder, System.Runtime.Serialization.Formatters.Soap.SoapFormatter.Binder, IFormatter.Binder

Get C# in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.