[#base_blob-09-Serialize] = xref:base_blob-09.adoc[base_blob]::Serialize :relfileprefix: ../ :mrdocs: Serializes the blob's raw bytes to a stream. == Synopsis Declared in `<uint256.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename Stream> void Serialize(Stream& s) const; ---- == Parameters [cols="1,4"] |=== | Name| Description | *s* | The output stream to write to. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#