AspectConfiguration.SerializerType Property
|
Gets or sets the type of the serializer that will be used
to configure the current aspect.
Namespace:
PostSharp.Aspects.Configuration
Assembly:
PostSharp (in PostSharp.dll) Version: 6.10.14.0 (6.10.14.0)
Syntaxpublic TypeIdentity SerializerType { get; set; }
Property Value
Type:
TypeIdentity
Remarks
The type assigned to this property must derive from the
AspectSerializer class
and have a default constructor. Use
MsilAspectSerializer to specify that the aspect will not
be serialized, but will be constructed using MSIL instructions.
See Also