The ISerializerHandler type which is used to serialize and deserialize the class the attribute is added to

Namespace: Composite.Core.Serialization
Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083

Syntax

C#
public Type SerializerHandlerType { get; private set; }
Visual Basic
Public Property SerializerHandlerType As Type
	Get
	Private Set
Visual C++
public:
property Type^ SerializerHandlerType {
	Type^ get ();
	private: void set (Type^ value);
}

See Also