Contains the default conversions
Attempts to turn a complex JavaScript object, into a simple serializable one, by recursively walking through the object and running the provided conversions, or the default transformation.
Will stop at the first matched conversion and then return the output
of the transform
function.
Generated using TypeDoc
Class that contains functions to turn a complex JavaScript object into a POJO (plain old javascript object), for serialization.
Generic types are the input type ("I"), and the output type ("O").