Serializes PODEntries to a string in a full-fidelity format. Calling deserializePODEntries will reconstruct the same PODEntries including their type information.
PODEntries
the entries to serialize
Optional
pretty-printing configuration, as defined by the corresponding argument to JSON.stringify.
a string representation
Generated using TypeDoc
Serializes
PODEntries
to a string in a full-fidelity format. Calling deserializePODEntries will reconstruct the samePODEntries
including their type information.