Transformer Pipeline Module API Reference (JavaScript)  7.1.10.30066-248dcbc
Serialisation routines

Detailed Description

The serialisation package allows various object types to be converted to a string and back again.

Functions

 serialisation.serialise (var obj, var includeFunctions)
 Serialise an instance of any type of object to a string representation. More...
 
 serialisation.deserialise (var s)
 Deserialise a string into an object representation. More...
 

Function Documentation

serialisation.deserialise ( var  s)

Deserialise a string into an object representation.

Returns
the instance of the object
Note
serialisation.serialise ( var  obj,
var  includeFunctions 
)

Serialise an instance of any type of object to a string representation.

Parameters
obj- the instance of the object
includeFunctions- whether functions should be serialised as well
Returns
the string representation of the object
Note

Generated on Mon Aug 24 2020 15:30:29 for Transformer Pipeline Module API Reference (JavaScript)