C# 클래스 cadencii.xml.XmlSerializeWithDescription

フィールドおよびプロパティを、XmlItemDescription属性の文字列を付加しながらXmlシリアライズする
파일 보기 프로젝트 열기: cadencii/cadencii

공개 메소드들

메소드 설명
Serialize ( Stream stream, object obj ) : void
XmlSerializeWithDescription ( ) : System

비공개 메소드들

메소드 설명
PrintItemRecurse ( object obj ) : void
TryWriteValueType ( object obj ) : bool
WriteContents ( string name, object next_obj, XmlItemDescription xid ) : void
test ( ) : void

메소드 상세

Serialize() 공개 메소드

public Serialize ( Stream stream, object obj ) : void
stream Stream
obj object
리턴 void

XmlSerializeWithDescription() 공개 메소드

public XmlSerializeWithDescription ( ) : System
리턴 System