The default serialization binder used when resolving and loading classes from type names.
| C# | Visual Basic | Visual C++ |
public class DefaultSerializationBinder : SerializationBinder
Public Class DefaultSerializationBinder _ Inherits SerializationBinder
public ref class DefaultSerializationBinder : public SerializationBinder
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| DefaultSerializationBinder()()()() | Initializes a new instance of the DefaultSerializationBinder class | |
| BindToName(Type, String%, String%) |
When overridden in a derived class, controls the binding of a serialized object to a type.
| |
| BindToType(String, String) |
When overridden in a derived class, controls the binding of a serialized object to a type.
(Overrides SerializationBinder.BindToType(String, String).) | |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString()()()() | (Inherited from Object.) |
| Object | ||
| SerializationBinder | ||
| DefaultSerializationBinder | ||