Transformer Pipeline Module API Reference (JavaScript)  8.0.1.209428-2690cd2c
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 Wed Feb 28 2024 18:03:20 for Transformer Pipeline Module API Reference (JavaScript)