This document is archived and information here might be outdated.  Recommended version.


IXMLSerializeData Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IX > IXMLSerializeData Interface
ArcGIS Developer Help

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

Name 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-only property TypeName XML type of the object.
Write-only property TypeName XML type of the object.
Read-only property TypeNamespaceURI XML type namespace of the object.
Write-only property TypeNamespaceURI XML type namespace of the object.

Classes that implement IXMLSerializeData

Classes Description