XmlSerializer

Members

Static functions

deserializeObject
void deserializeObject(T target, Element element)

struct

deserializeObject
void deserializeObject(T target, Element element)

class

serializeObject
Element serializeObject(T value)

class object

toDocument
Document toDocument(T value)

class

toDocument
Document toDocument(T value)

XmlSerializable

toDocument
Document toDocument(T value)

struct

toObject
T toObject(string xml, T defaultValue)
Undocumented in source. Be warned that the author may not have intended to support it.
toObject
T toObject(string xml, T defaultValue)
Undocumented in source. Be warned that the author may not have intended to support it.
toObject
T toObject(Document doc, T defaultValue)

Converts a Document to an object of type T by filling its fields with the Document's elements.

toObject
T toObject(Element element, T defaultValue)
Undocumented in source. Be warned that the author may not have intended to support it.
toObject
T toObject(Document doc, T defaultValue)

Struct

toObject
T toObject(Element element, T defaultValue)

XmlSerializable

toObject
T toObject(Element element, T defaultValue)
toObject
T toObject(Element element, T defaultValue)

string, int, long etc.

toObject
T toObject(Element element, U defaultValue)

string[], byte[], int[] etc.

toObject
T toObject(Element element, U defaultValue)

class[] or struct[]

toObject
T toObject(Element element, T defaultValue)

VK

toXmlElement
Element toXmlElement(string name, SysTime value, bool asInteger)

SysTime

toXmlElement
Element toXmlElement(string name, T value)

XmlSerializable

toXmlElement
Element toXmlElement(string name, T value)

Basic types or string

toXmlElement
Element toXmlElement(string name, T value)
toXmlElement
Element toXmlElement(string name, T value)
toXmlElement
Element toXmlElement(string name, T value)

string[], byte[], int[] etc.

toXmlElement
Element toXmlElement(string name, T value)

class[]

toXmlElement
Element toXmlElement(string name, T value)

struct[]

toXmlElement
Element toXmlElement(string name, T value)

VK

Meta