14 public virtual void BindToName(
Type serializedType, out
string assemblyName, out
string typeName)
24 public abstract Type BindToType(
string assemblyName,
string typeName);
Allows users to control class loading and mandate what class to load.
virtual 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.
abstract Type BindToType(string assemblyName, string typeName)
When overridden in a derived class, controls the binding of a serialized object to a type.
Represents type declarations: class types, interface types, array types, value types,...
Specifies that the class can be serialized.