|
| clone |
Returns a copy of the specified class instance. Class properties containing other class instance types
or primitive types will be deep copied whereas properties containing other objects will share references.
Inherited from Class. |
| fromJObject |
Applies the property values from a plain object created from JSON to the properties of this instance.
Inherited from Class. |
| fromJSON |
A static method to create a class instance from the specified JSON. The property
__classType is used to determine the type.
Inherited from Class. |
| toJSON |
Implementation for toJSON to return an object that will include this class's
prototype property values when stringified.
Inherited from Class. |