com.esri.arcgis.system
Interface IXMLSerializerAlt

All Superinterfaces:
Serializable
All Known Implementing Classes:
XMLSerializerAlt

public interface IXMLSerializerAlt
extends Serializable

Provides access to load an object from an XML string.

Product Availability

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


Method Summary
 Object loadFromString(String xML, String typeName, String typeNamespaceURI)
          Loads an object from an XML string.
 

Method Detail

loadFromString

Object loadFromString(String xML,
                      String typeName,
                      String typeNamespaceURI)
                      throws IOException,
                             AutomationException
Loads an object from an XML string.

Product Availability

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

Parameters:
xML - The xML (in)
typeName - The typeName (in)
typeNamespaceURI - The typeNamespaceURI (in)
Returns:
A reference to another Object (IUnknown)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.