Packagecom.esri.bacore
Interfacepublic interface IJsonObject
Implementors BADataLayer, BADataLayer, BusinessTypeFilter, EditFeature, FolderItem, GeocodeAddressRecord, GeocodeAddressesData, GeocodeData, GeocodeField, LayerItem, PointRecord, RecordSetByAddress, RenderingParameters, ReportOptions, ShapefileInfo, SpatialFilter, StdGeographiesFeaturesInLevel, TableData, Target, TargetGroupData

The IJsonObject interface provides toObject function.



Public Methods
 MethodDefined By
  
toObject():Object
Converts this instance to an instance of Object type.
IJsonObject
Method Detail
toObject()method
public function toObject():Object

Converts this instance to an instance of Object type.

Returns
Object — An instance of Object whose properties will be serialized to JSON.