com.esri.arcgis.system
Interface IJSONSerializer

All Superinterfaces:
IExternalSerializer, java.io.Serializable
All Known Implementing Classes:
IJSONSerializerProxy, JSONConverterGdb, JSONConverterGeometry, JSONSerializerGdb

public interface IJSONSerializer
extends IExternalSerializer, java.io.Serializable

COM Interface 'IJSONSerializer'. 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 IIDab718cdf_0c06_4d18_9aa4_a6c54b2bc28c
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.system.IExternalSerializer
IIDe760e960_f144_4b30_930b_5f8056e4e305
 
Method Summary
 IJSONWriter getWriter()
          Obtains JSON Writer.
 void initSerializer(IJSONWriter pWriter, IPropertySet pProps)
          Writes serialization options.
 
Methods inherited from interface com.esri.arcgis.system.IExternalSerializer
writeObject
 

Field Detail

IIDab718cdf_0c06_4d18_9aa4_a6c54b2bc28c

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

getWriter

IJSONWriter getWriter()
                      throws java.io.IOException,
                             AutomationException
Obtains JSON Writer.

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

initSerializer

void initSerializer(IJSONWriter pWriter,
                    IPropertySet pProps)
                    throws java.io.IOException,
                           AutomationException
Writes serialization options.

Parameters:
pWriter - A reference to a com.esri.arcgis.system.IJSONWriter (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.