PostSharpAPI ReferencePost­Sharp.​SerializationPortable­Serialization­Binder
Open sandboxFocus

PortableSerializationBinder Class

Binds types to names and names to types. Used by the PortableFormatter.

Inheritance
PortableSerializationBinder
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 System.Type.

BindToType(String, String)

Gets a System.Type given a type name and an assembly name.