SerializerAttribute Class |
Namespace: PostSharp.Serialization
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
public sealed class SerializerAttribute : Attribute
The SerializerAttribute type exposes the following members.
Name | Description | |
---|---|---|
SerializerAttribute |
Initializes a new SerializerAttribute.
|
Name | Description | |
---|---|---|
SerializerType |
Gets the serializer type.
|
The use of the SerializerAttribute is optional if the serializer of a type is a nested class of that class named Serializer.
Windows Phone 7.0 does not allow to assign generic types to parameters of custom attributes.