com.esri.arcgis.system
Interface IJSONDeserializer

All Superinterfaces:
IExternalDeserializer, java.io.Serializable
All Known Implementing Classes:
IJSONDeserializerProxy, JSONConverterGdb, JSONConverterGeometry, JSONDeserializerGdb

public interface IJSONDeserializer
extends IExternalDeserializer, java.io.Serializable

COM Interface 'IJSONDeserializer'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriSystem.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID1e6dc0eb_5c8a_4401_a8af_bb5602ddfb7e
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.system.IExternalDeserializer
IID09134de8_4147_4564_82bd_6cc18414c389
 
Method Summary
 IJSONReader getReader()
          Obtains JSON Reader.
 void initDeserializer(IJSONReader pReader, IPropertySet pProps)
          Write deserialization options.
 
Methods inherited from interface com.esri.arcgis.system.IExternalDeserializer
readObject
 

Field Detail

IID1e6dc0eb_5c8a_4401_a8af_bb5602ddfb7e

static final int IID1e6dc0eb_5c8a_4401_a8af_bb5602ddfb7e
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getReader

IJSONReader getReader()
                      throws java.io.IOException,
                             AutomationException
Obtains JSON Reader.

Returns:
A reference to a com.esri.arcgis.system.IJSONReader
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

initDeserializer

void initDeserializer(IJSONReader pReader,
                      IPropertySet pProps)
                      throws java.io.IOException,
                             AutomationException
Write deserialization options.

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