C# Class YAXLib.YAXCustomSerializerAttribute

Inheritance: YAXBaseAttribute
Exibir arquivo Open project: sinairv/YAXLib

Public Methods

Method Description
YAXCustomSerializerAttribute ( Type customSerializerType ) : System

Initializes a new instance of the YAXCustomSerializerAttribute class.

Method Details

YAXCustomSerializerAttribute() public method

Initializes a new instance of the YAXCustomSerializerAttribute class.
public YAXCustomSerializerAttribute ( Type customSerializerType ) : System
customSerializerType System.Type Type of the custom serializer.
return System