C# Класс SimpleFramework.Xml.Util.Convert

Наследование: System.Attribute
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

value() публичный Метод

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
Результат System