com.esri.arcgis.system
Interface IExternalDeserializer

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IJSONDeserializer
All Known Implementing Classes:
IExternalDeserializerProxy, IJSONDeserializerProxy, JSONConverterGdb, JSONConverterGeometry, JSONDeserializerGdb

public interface IExternalDeserializer
extends java.io.Serializable

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

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID09134de8_4147_4564_82bd_6cc18414c389
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.Object readObject(GUID riid, IPropertySet pProps)
          Deserialize an object.
 

Field Detail

IID09134de8_4147_4564_82bd_6cc18414c389

static final int IID09134de8_4147_4564_82bd_6cc18414c389
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

readObject

java.lang.Object readObject(GUID riid,
                            IPropertySet pProps)
                            throws java.io.IOException,
                                   AutomationException
Deserialize an object. riid references an interface to use. If interface is not supported, E_NOTIMPL is returned.

Parameters:
riid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
pProps - A reference to a com.esri.arcgis.system.IPropertySet (in)
Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.