Packagecom.esri.bacore
Interfacepublic interface IJsonObject
Implementors BADataLayer, PointRecord, RenderingParameters, ReportOptions

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.