This document is archived and information here might be outdated.  Recommended version.


IJSONSerializer Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJSONSerializer Interface
ArcGIS Developer Help

IJSONSerializer Interface

Provides access to high-level JSON serialization methods.

Product Availability

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

Members

Name 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.

Classes that implement IJSONSerializer

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.