C# 클래스 SimpleFramework.Xml.Util.Convert

상속: System.Attribute
파일 보기 프로젝트 열기: ngallagher/simplexml

공개 메소드들

메소드 설명
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