Function serialize

  • Serializes an object to an Extended JSON string, and reparse it as a JavaScript object.

    Parameters

    • value: SerializableTypes

      The object to serialize

    • Optional options: Options

      Optional settings passed to the stringify function

    Returns Document

Generated using TypeDoc