This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IExternalSerializerGdb2 Interface (ArcObjects .NET 10.4 SDK) |
Provides high-level serialization methods for AMF and JSON formats.
Description | ||
---|---|---|
GetErrorObject | Convenience method. Creates and returns error object as byte SAFEARRAY. | |
WriteErrorObject | Writes error object. | |
WriteGeometry | Writes geometry object. | |
WriteRecordSet | Writes feature recordset. | |
WriteRecordSetEx | Writes feature recordset and returns number of records serialized. | |
WriteRecordSetEx2 | Writes feature recordset for both JSON and GeoJSON format and returns number of records serialized. | |
WriteRow | Writes feature row object | |
WriteSpatialReference | Writes spatial reference object. Pass NULL as propname to write standalone JSON object. |