public interface IExternalSerializer
extends 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 |
IIDe760e960_f144_4b30_930b_5f8056e4e305 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
writeObject(java.lang.Object pUnk,
IPropertySet pProps)
Serializes an object.
|
static final int IIDe760e960_f144_4b30_930b_5f8056e4e305
static final int xxDummy
static final java.lang.String IID
void writeObject(java.lang.Object pUnk, IPropertySet pProps) throws java.io.IOException, AutomationException
pUnk
- A reference to another Object (IUnknown) (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.