Returns the serialized representation of this object.
Usage | Returns |
---|---|
List.serialize(legacy) | String |
Argument | Type | Details |
---|---|---|
this: computedobject | ComputedObject | The ComputedObject instance. |
legacy | Boolean, optional | Enables legacy format. |
Examples
JavaScript
// Your example goes here!
Python
# Your example goes here!