com.esri.arcgis.search
Interface IIndexingXMLSerialize

All Superinterfaces:
Serializable
All Known Implementing Classes:
IIndexingXMLSerializeProxy

public interface IIndexingXMLSerialize
extends Serializable

Serialize / deserialize indexing configuration.


Method Summary
 void deserialize(String str)
          Deserialize.
 void load(IXMLReader pReader)
          Load.
 void save(IXMLWriter pWriter)
          Save.
 String serialize()
          Serialize.
 

Method Detail

serialize

String serialize()
                 throws IOException,
                        AutomationException
Serialize.

Returns:
The pStr
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deserialize

void deserialize(String str)
                 throws IOException,
                        AutomationException
Deserialize.

Parameters:
str - The str (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

load

void load(IXMLReader pReader)
          throws IOException,
                 AutomationException
Load.

Parameters:
pReader - A reference to a com.esri.arcgis.system.IXMLReader (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

save

void save(IXMLWriter pWriter)
          throws IOException,
                 AutomationException
Save.

Parameters:
pWriter - A reference to a com.esri.arcgis.system.IXMLWriter (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.