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§
- Export
Document - Top-level envelope for an export/import JSON file.
- Exported
Message - A single message within an
ExportedStream. - Exported
Stream - A single stream and all its messages within an
ExportDocument.
Constants§
- FORMAT_
VERSION - Current format version written by
super::export::export_streams.