public interface IJSONSerializer extends IExternalSerializer, 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 |
IIDab718cdf_0c06_4d18_9aa4_a6c54b2bc28c |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDe760e960_f144_4b30_930b_5f8056e4e305
Modifier and Type | Method and Description |
---|---|
IJSONWriter |
getWriter()
Obtains JSON Writer.
|
void |
initSerializer(IJSONWriter pWriter,
IPropertySet pProps)
Writes serialization options.
|
writeObject
static final int IIDab718cdf_0c06_4d18_9aa4_a6c54b2bc28c
static final int xxDummy
static final java.lang.String IID
IJSONWriter getWriter() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void initSerializer(IJSONWriter pWriter, IPropertySet pProps) throws java.io.IOException, AutomationException
pWriter
- A reference to a com.esri.arcgis.system.IJSONWriter (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.