public interface IExternalDeserializer
extends java.io.Serializable
Description: 'Provides access to high-level JSON serialization methods.' 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 |
IID09134de8_4147_4564_82bd_6cc18414c389 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
readObject(GUID riid,
IPropertySet pProps)
Deserialize an object.
|
static final int IID09134de8_4147_4564_82bd_6cc18414c389
static final int xxDummy
static final java.lang.String IID
java.lang.Object readObject(GUID riid, IPropertySet pProps) throws java.io.IOException, AutomationException
riid
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)pProps
- A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.