Binds types to names and names to types. Used by the PortableFormatter.
Namespace: PostSharp.Serialization
Assembly: PostSharp.dll
Syntax
public class PortableSerializationBinder
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. |