Returns a deep clone including any references (if options permit) of the given input value.
the input to clone
Returns the resulting from denormalizing the normalized input, meaning that objects and classes are re-instantited, and the states are put back, and also references are re-instated.
a normalized object
Returns the value resulting from parsing the given input string to a normalized object, and then denormalizing that object.
input
Returns an object representing a 'normalized' version of the input value, meaning that objects are dereferenced and states are flattened to a JSON-compatible structure.
the input to serialize
Returns a serialized string of the normalized version of the given input value.
the input to serialize
Returns a new Deserted instance with the given converters added to the current converters.
a list of ConverterConfigs to add
Generated using TypeDoc
Class performing the (de)normalization and (de)serialization