public interface IJSONDeserializer extends IExternalDeserializer, java.io.Serializable
Description: 'Provides access to high-level JSON deserialization 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 |
IID1e6dc0eb_5c8a_4401_a8af_bb5602ddfb7e |
static int |
xxDummy
Deprecated.
Internal use only
|
IID09134de8_4147_4564_82bd_6cc18414c389
Modifier and Type | Method and Description |
---|---|
IJSONReader |
getReader()
Obtains JSON Reader.
|
void |
initDeserializer(IJSONReader pReader,
IPropertySet pProps)
Write deserialization options.
|
readObject
static final int IID1e6dc0eb_5c8a_4401_a8af_bb5602ddfb7e
static final int xxDummy
static final java.lang.String IID
IJSONReader getReader() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void initDeserializer(IJSONReader pReader, IPropertySet pProps) throws java.io.IOException, AutomationException
pReader
- A reference to a com.esri.arcgis.system.IJSONReader (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.