XmlSerializerWrapper
Assembly: ServiceStack.Client.dll
View Source
Declaration
public sealed class XmlSerializerWrapper : XmlObjectSerializer
Methods
IsStartObject(XmlDictionaryReader)
View Source
Declaration
public override bool IsStartObject(XmlDictionaryReader reader)
Returns
System.Boolean
Parameters
Type | Name |
---|---|
System.Xml.XmlDictionaryReader | reader |
ReadObject(XmlDictionaryReader, Boolean)
View Source
Declaration
public override object ReadObject(XmlDictionaryReader reader, bool verifyObjectName)
Returns
System.Object
Parameters
Type | Name |
---|---|
System.Xml.XmlDictionaryReader | reader |
System.Boolean | verifyObjectName |
WriteEndObject(XmlDictionaryWriter)
View Source
Declaration
public override void WriteEndObject(XmlDictionaryWriter writer)
Parameters
Type | Name |
---|---|
System.Xml.XmlDictionaryWriter | writer |
WriteObjectContent(XmlDictionaryWriter, Object)
View Source
Declaration
public override void WriteObjectContent(XmlDictionaryWriter writer, object graph)
Parameters
Type | Name |
---|---|
System.Xml.XmlDictionaryWriter | writer |
System.Object | graph |
WriteStartObject(XmlDictionaryWriter, Object)
View Source
Declaration
public override void WriteStartObject(XmlDictionaryWriter writer, object graph)
Parameters
Type | Name |
---|---|
System.Xml.XmlDictionaryWriter | writer |
System.Object | graph |
WriteObject(XmlDictionaryWriter, Object)
View Source
Declaration
public override void WriteObject(XmlDictionaryWriter writer, object graph)
Parameters
Type | Name |
---|---|
System.Xml.XmlDictionaryWriter | writer |
System.Object | graph |
ReadObject(XmlDictionaryReader)
View Source
Declaration
public override object ReadObject(XmlDictionaryReader reader)
Returns
System.Object
Parameters
Type | Name |
---|---|
System.Xml.XmlDictionaryReader | reader |
GetNamespace(Type)
Gets the namespace from an attribute marked on the type's definition
View Source
Declaration
public static string GetNamespace(Type type)
Returns
System.String
: Namespace of type
Parameters
Type | Name |
---|---|
System.Type | type |