pub fn checkpoint_manifest_bytes( manifest: &CheckpointManifest, ) -> Result<Vec<u8>, Error>
Exact canonical bytes persisted for a checkpoint manifest.
Returns an error when the manifest cannot be represented as JSON.