Class SerializerAttribute
Custom attribute that, when applied to a type, specifies its serializer for use by the PortableFormatter.
Namespace: PostSharp.Serialization
Assembly: PostSharp.dll
Syntax
public sealed class SerializerAttribute : Attribute
Constructors
Name | Description |
---|---|
SerializerAttribute(Type) | Initializes a new SerializerAttribute. |
Properties
Name | Description |
---|---|
SerializerType | Gets the serializer type. |