Function serializePODEntries

  • Serializes PODEntries to a string in a full-fidelity format. Calling deserializePODEntries will reconstruct the same PODEntries including their type information.

    Parameters

    • entries: PODEntries

      the entries to serialize

    • Optional space: number

      pretty-printing configuration, as defined by the corresponding argument to JSON.stringify.

    Returns string

    a string representation

Generated using TypeDoc