ImportSerializerAttribute(Type, Type)
Initializes a new ImportSerializerAttribute.
Declaration
public ImportSerializerAttribute(Type objectType, Type serializerType)
Parameters
Type | Name | Description |
---|---|---|
Type | objectType | Type of the object to be made serializable. |
Type | serializerType | Serializer type. This type must implement ISerializer or ISerializerFactory,
and must have a public default constructor. If |