com.esri.arcgis.system
Interface IExternalSerializer

All Superinterfaces:
Serializable
All Known Subinterfaces:
IAMFSerializer, IJSONSerializer
All Known Implementing Classes:
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.


Method Summary
 void writeObject(Object pUnk, IPropertySet pProps)
          Serializes an object.
 

Method Detail

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.