Skip to main content

Module format

Module format 

Source
Expand description

Serialisable types for the durable-streams export/import JSON format.

The top-level ExportDocument wraps a versioned envelope around a list of ExportedStream entries, each containing stream metadata and the full message payload (base64-encoded for binary safety).

Structs§

ExportDocument
Top-level envelope for an export/import JSON file.
ExportedMessage
A single message within an ExportedStream.
ExportedStream
A single stream and all its messages within an ExportDocument.

Constants§

FORMAT_VERSION
Current format version written by super::export::export_streams.