Name

SerializationBinder

Synopsis

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

Public MustInherit Class SerializationBinder
                  ' Protected Constructors
   Protected Sub New() 
' Public Instance Methods
   MustInherit Public Function BindToType(
        ByVal assemblyName As String, 
        ByVal typeName As String) As Type  
End Class

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 VB.NET Core Classes 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.