C# 클래스 ServiceStack.Serialization.XmlSerializerWrapper

상속: System.Runtime.Serialization.XmlObjectSerializer
파일 보기 프로젝트 열기: nustack/ServiceStack 1 사용 예제들

공개 메소드들

메소드 설명
GetNamespace ( Type type ) : string

Gets the namespace from an attribute marked on the type's definition

IsStartObject ( XmlDictionaryReader reader ) : bool
ReadObject ( XmlDictionaryReader reader ) : object
ReadObject ( XmlDictionaryReader reader, bool verifyObjectName ) : object
WriteEndObject ( XmlDictionaryWriter writer ) : void
WriteObject ( XmlDictionaryWriter writer, object graph ) : void
WriteObjectContent ( XmlDictionaryWriter writer, object graph ) : void
WriteStartObject ( XmlDictionaryWriter writer, object graph ) : void
XmlSerializerWrapper ( Type type ) : System
XmlSerializerWrapper ( Type type, string name, string ns ) : System

메소드 상세

GetNamespace() 공개 정적인 메소드

Gets the namespace from an attribute marked on the type's definition
public static GetNamespace ( Type type ) : string
type System.Type
리턴 string

IsStartObject() 공개 메소드

public IsStartObject ( XmlDictionaryReader reader ) : bool
reader System.Xml.XmlDictionaryReader
리턴 bool

ReadObject() 공개 메소드

public ReadObject ( XmlDictionaryReader reader ) : object
reader System.Xml.XmlDictionaryReader
리턴 object

ReadObject() 공개 메소드

public ReadObject ( XmlDictionaryReader reader, bool verifyObjectName ) : object
reader System.Xml.XmlDictionaryReader
verifyObjectName bool
리턴 object

WriteEndObject() 공개 메소드

public WriteEndObject ( XmlDictionaryWriter writer ) : void
writer System.Xml.XmlDictionaryWriter
리턴 void

WriteObject() 공개 메소드

public WriteObject ( XmlDictionaryWriter writer, object graph ) : void
writer System.Xml.XmlDictionaryWriter
graph object
리턴 void

WriteObjectContent() 공개 메소드

public WriteObjectContent ( XmlDictionaryWriter writer, object graph ) : void
writer System.Xml.XmlDictionaryWriter
graph object
리턴 void

WriteStartObject() 공개 메소드

public WriteStartObject ( XmlDictionaryWriter writer, object graph ) : void
writer System.Xml.XmlDictionaryWriter
graph object
리턴 void

XmlSerializerWrapper() 공개 메소드

public XmlSerializerWrapper ( Type type ) : System
type System.Type
리턴 System

XmlSerializerWrapper() 공개 메소드

public XmlSerializerWrapper ( Type type, string name, string ns ) : System
type System.Type
name string
ns string
리턴 System