Skip to content
Reference > Classes

Object

Definition

Object var = .... ;

Extends

Extended By

Method Summary

Owner Name Return Type Description
Object getClassName() String Returns the string name of this object's class type.
Object toJson() String Returns a json representation of this object.

Method Definitions


getClassName()

String Object::getClassName()

Description

Returns the string name of this object's class type.


toJson()

String Object::toJson()

Description

Returns a json representation of this object.