C# 클래스 Elmah.XmlSerializer

Serializes object to and from XML documents.
파일 보기 프로젝트 열기: elmah/Elmah

공개 메소드들

메소드 설명
Serialize ( object obj ) : string
Serialize ( object obj, TextWriter output ) : void

메소드 상세

Serialize() 공개 정적인 메소드

public static Serialize ( object obj ) : string
obj object
리턴 string

Serialize() 공개 정적인 메소드

public static Serialize ( object obj, TextWriter output ) : void
obj object
output System.IO.TextWriter
리턴 void