[#node-SnapshotMetadata-Serialize] = xref:node.adoc[node]::xref:node/SnapshotMetadata.adoc[SnapshotMetadata]::Serialize :relfileprefix: ../../ :mrdocs: Serialize the snapshot metadata header to a stream. == Synopsis Declared in `<node/utxo_snapshot.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename Stream> void Serialize(Stream& s) const; ---- == Parameters [cols="1,4"] |=== | Name| Description | *s* | The stream to serialize to. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#