The type of the object being returned.
The union of the types of all classes expected to be reconstructed.
The serialized object to deserialize.
The classes/constructor functions to use when reconstructing serialized objects. Can be either a map, an object, or an array.
Deserializes a previously serialized object.
The type of the object being returned.
The union of the types of all classes expected to be reconstructed.
The serialized object to deserialize.
The classes/constructor functions to use when reconstructing serialized objects. Can be either a map, an object, or an array.
Deserializes a previously serialized object.
The type of the object being returned.
The union of the types of all classes expected to be reconstructed.
The serialized object to deserialize.
The classes/constructor functions to use when reconstructing serialized objects. Can be either a map, an object, or an array.
Deserializes a previously serialized object.
The type of the object being returned.
The union of the types of all classes expected to be reconstructed.
The serialized object to deserialize.
Deserializes a previously stringified serialized object.
The type of the object being returned.
The union of the types of all classes expected to be reconstructed.
The stringified serialized object to deserialize.
The classes/constructor functions to use when reconstructing serialized objects. Can be either a map, an object, or an array.
Deserializes a previously stringified serialized object.
The type of the object being returned.
The union of the types of all classes expected to be reconstructed.
The stringified serialized object to deserialize.
The classes/constructor functions to use when reconstructing serialized objects. Can be either a map, an object, or an array.
Deserializes a previously stringified serialized object.
The type of the object being returned.
The union of the types of all classes expected to be reconstructed.
The stringified serialized object to deserialize.
The classes/constructor functions to use when reconstructing serialized objects. Can be either a map, an object, or an array.
Serializes the given object into a flat, JSON-friendly structure that can be
resurrected back to its original state with deserialize
.
The object to serialize.
Serializes the given object into a a string representing a flat JSON structure that can be
resurrected back to its original state with flatbed.parse(x)
or flatbed.deserialize(JSON.parse(x))
.
The object to serialize.
Generated using TypeDoc
Deserializes a previously serialized object.