serializePersistenceEnvelope
function
- Kind
- function
- Source
- src/persistence/schema.js:491
Description
Serialize a persistence envelope to JSON.
Signature
Parameters
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
envelope | Object | Envelope or partial payload to normalize first. | ||
pretty | boolean | optional | true | Whether to emit indented JSON. |
Returns
Stable JSON string.
Typestring