PostSharpAPI ReferencePost­Sharp.​Aspects.​SerializationBinary­Aspect­Serialization­Binder
Open sandboxFocus

BinaryAspectSerializationBinder Class

Implementation of SerializationBinder used at runtime when aspect instances are deserialized. By overriding the default binder, you can resolve assembly names differently. This can be useful if assemblies have been renamed or merged between PostSharp run and execution

Inheritance
BinaryAspectSerializationBinder
Namespace: PostSharp.Aspects.Serialization
Assembly: PostSharp.dll
Syntax
public class BinaryAspectSerializationBinder : SerializationBinder

Constructors

Name Description
BinaryAspectSerializationBinder()

Initializes a new BinaryAspectSerializationBinder.

Methods

Name Description
BindToType(String, String)