public interface IXMLSerialize
extends java.io.Serializable
Description: 'Provides access to members that XML serialize and deserialize an object to/from XML.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDc8545045_6615_48e3_af27_52a0e5fc35e2 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
deserialize(IXMLSerializeData data)
Deserializes an object from XML.
|
void |
serialize(IXMLSerializeData data)
Serializes an object to XML.
|
static final int IIDc8545045_6615_48e3_af27_52a0e5fc35e2
static final int xxDummy
static final java.lang.String IID
void serialize(IXMLSerializeData data) throws java.io.IOException, AutomationException
data
- A reference to a com.esri.arcgis.system.IXMLSerializeData (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void deserialize(IXMLSerializeData data) throws java.io.IOException, AutomationException
data
- A reference to a com.esri.arcgis.system.IXMLSerializeData (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.