C# 클래스 RestSharp.Serializers.XmlSerializer

Default XML Serializer
상속: ISerializer
파일 보기 프로젝트 열기: nicwise/RestSharp 1 사용 예제들

공개 메소드들

메소드 설명
Serialize ( object obj ) : string

Serialize the object as XML

XmlSerializer ( ) : System

Default constructor, does not specify namespace

XmlSerializer ( string @namespace ) : System

Specify the namespaced to be used when serializing

비공개 메소드들

메소드 설명
GetSerializedValue ( object obj ) : string
Map ( System.Xml.Linq.XElement root, object obj ) : void

메소드 상세

Serialize() 공개 메소드

Serialize the object as XML
public Serialize ( object obj ) : string
obj object Object to serialize
리턴 string

XmlSerializer() 공개 메소드

Default constructor, does not specify namespace
public XmlSerializer ( ) : System
리턴 System

XmlSerializer() 공개 메소드

Specify the namespaced to be used when serializing
public XmlSerializer ( string @namespace ) : System
@namespace string
리턴 System