C# Class SimpleFramework.Xml.Util.Convert

Inheritance: System.Attribute
Exibir arquivo Open project: ngallagher/simplexml

Public Methods

Method 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 method

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
return System