com.esri.arcgis.system
Interface IExternalSerializer
- All Superinterfaces:
- Serializable
- All Known Subinterfaces:
- IAMFSerializer, IJSONSerializer
- All Known Implementing Classes:
- JSONConverterGdb, JSONConverterGeometry, JSONSerializerGdb
public interface IExternalSerializer
- extends Serializable
Provides access to high-level JSON serialization methods.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
writeObject
void writeObject(Object pUnk,
IPropertySet pProps)
throws IOException,
AutomationException
- Serializes an object.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
pUnk
- A reference to another Object (IUnknown) (in)pProps
- A reference to a com.esri.arcgis.system.IPropertySet (in)
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.