DesignerSerializerAttribute Constructor (String^, Type^)
.NET Framework (current version)
Initializes a new instance of the DesignerSerializerAttribute class.
Assembly: System (in System.dll)
public:
DesignerSerializerAttribute(
String^ serializerTypeName,
Type^ baseSerializerType
)
Parameters
- serializerTypeName
-
Type:
System::String^
The fully qualified name of the data type of the serializer.
- baseSerializerType
-
Type:
System::Type^
The base data type of the serializer. Multiple serializers can be supplied for a class as long as the serializers have different base types.
.NET Framework
Available since 1.1
Available since 1.1
Show: