This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IJ > IJSONConverterGdb Interface (ArcObjects .NET 10.4 SDK) |
Provides high-level deserialization methods for JSON.
Description | ||
---|---|---|
QueryJSONDomain | Query domain info from IDomain and populate IJSONObject. | |
ReadRecordSet | Reads RecordSet object from IJSONReader. | |
ToRecordSet | Reads RecordSet object from IJSONObject. pDefaultSchema is used only when input JSON has no 'fields' attribute. Pass NULL if not needed. Also, sometimes field names are corrected by the GeoDatabase, use ppOriginalToNewFieldMap to find new field names. | |
WriteRecordSet | Writes RecordSet to IJSONWriter. Writes closing bracked if bWriteEndOfObj is VARIANT_TRUE. Set bWriteEndOfObj to VARIANT_FALSE if you want to append additional JSON before closing object. |
CoClasses and Classes | Description |
---|---|
JSONConverterGdb | All-in-one JSON conversion for the GeoDatabase library. Supports all previous JSON interfaces in the GeoDatabase, namely IJSONSerializer, IJSONDeserializer, IExternalSerializerGdb, IExternalDeserializerGdb |