ArcObjects Library Reference (System)  

IXMLSerializeData Interface

Provides access to members that serialize and deserialize data from XML.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Method AddBinary Adds element value as an array of bytes.
Method AddBoolean Adds element value as a boolean.
Method AddByte Adds element value as a byte.
Method AddDate Adds element value as a date.
Method AddDouble Adds element value as a double.
Method AddFloat Adds element value as a float.
Method AddInteger Adds element value as an integer.
Method AddObject Adds element value as an object.
Method AddShort Adds element value as a short.
Method AddString Adds element value as a string.
Method AddVariant Adds element value as a variant.
Read-only property Count Number of XML elements.
Method Find Finds an XML element by name.
Method GetBinary Obtains element value as an array of bytes.
Method GetBoolean Obtains element value as a boolean.
Method GetByte Obtains element value as a byte.
Method GetDate Obtains element value as a date.
Method GetDouble Obtains element value as a double.
Method GetFlag Obtains the value for a serialization flag.
Method GetFloat Obtains element value as a float.
Method GetInteger Obtains element value as an integer.
Method GetObject Obtains element value as an object instance.
Method GetShort Obtains element value as a short.
Method GetString Obtains element value as a string.
Method GetVariant Obtains element value as a variant.
Read/write property Properties Properties for serialization and deserialization.
Method SetFlag Writes the value for a serialization flag.
Read/write property TypeName XML type of the object.
Read/write property TypeNamespaceURI XML type namespace of the object.