C# Class SimpleFramework.Xml.Util.Convert

Inheritance: System.Attribute
Afficher le fichier Open project: ngallagher/simplexml

Méthodes publiques

Méthode Description
value ( ) : System

Specifies the Converter implementation to be used to convert the annotated object. The converter specified will be used to convert the object to XML by intercepting the serialization and deserialization process as it happens. A converter should typically be used to handle an object of a specific type.

Method Details

value() public méthode

Specifies the Converter implementation to be used to convert the annotated object. The converter specified will be used to convert the object to XML by intercepting the serialization and deserialization process as it happens. A converter should typically be used to handle an object of a specific type.
public value ( ) : System
Résultat System