C# Class YAXLib.YAXCustomSerializerAttribute

Inheritance: YAXBaseAttribute
Afficher le fichier Open project: sinairv/YAXLib

Méthodes publiques

Méthode Description
YAXCustomSerializerAttribute ( Type customSerializerType ) : System

Initializes a new instance of the YAXCustomSerializerAttribute class.

Method Details

YAXCustomSerializerAttribute() public méthode

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