Class PortableSerializationBinder
Binds types to names and names to types. Used by the PortableFormatter.
Namespace: PostSharp.Serialization
Assembly: PostSharp.dll
Syntax
public class PortableSerializationBinder : Object
Constructors
Name | Description |
---|---|
PortableSerializationBinder() | Initializes a new instance of the PortableSerializationBinder class. |
Methods
Name | Description |
---|---|
BindToName(Type, out String, out String) | Gets the name and the assembly name of a given Type. |
BindToType(String, String) | Gets a Type given a type name and an assembly name. |