Defines which ISerializerHandler is used to serialize and deserialize this class

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

Syntax

C#
public sealed class SerializerHandlerAttribute : Attribute
Visual Basic
Public NotInheritable Class SerializerHandlerAttribute _
	Inherits Attribute
Visual C++
public ref class SerializerHandlerAttribute sealed : public Attribute

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    Composite.Core.Serialization..::..SerializerHandlerAttribute

See Also