ImportSerializerAttribute Class
Custom attribute that, when applied to a serializable type, specifies that the serializer of this type has a dependency on another serializer. The custom attribute can be applied at assembly level; it then applies to all serializable types in this assembly.
Namespace: PostSharp.Serialization
Assembly: PostSharp.dll
Syntax
public sealed class ImportSerializerAttribute : Attribute
Constructors
Name | Description |
---|---|
ImportSerializerAttribute(Type, Type) | Initializes a new ImportSerializerAttribute. |
Properties
Name | Description |
---|---|
ObjectType | Gets the type of the object to be made serializable |
SerializerType | Gets the serializer type. |