PostSharpAPI ReferencePost­Sharp.​AspectsAspectSerializer­Type
Open sandboxFocus

Aspect.SerializerType Property

SerializerType

Gets or sets the System.Type of the serializer (a type derived from AspectSerializer) used to serialize the aspect instance at build time and deserialize it at runtime.

Declaration
protected Type SerializerType { get; set; }
Property Value
Type Description
System.Type
See Also