ArcObjects Library Reference (System)  

IJSONSerializer Interface

Provides access to high-level JSON serialization methods.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Method InitSerializer Writes serialization options.
Method WriteObject Serializes an object.
Read-only property Writer Obtains JSON Writer.

Inherited Interfaces

Interfaces Description
IExternalSerializer Provides access to high-level JSON serialization methods.

CoClasses that implement IJSONSerializer

CoClasses and Classes Description
JSONConverterGdb (esriGeoDatabase) All-in-one JSON conversion for the GeoDatabase library. Supports all previous JSON interfaces in the GeoDatabase, namely IJSONSerializer, IJSONDeserializer, IExternalSerializerGdb, IExternalDeserializerGdb
JSONConverterGeometry (esriGeometry)
JSONSerializerGdb (esriGeoDatabase) High-level object serializer into JSON coclass.