[#Serialize-05f] = Serialize :mrdocs: Serialize a fixed‐extent span of basic bytes as raw bytes. == Synopsis Declared in `<serialize.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< typename Stream, xref:BasicByte.adoc[BasicByte] B, size_t N> void Serialize( Stream& s, std::span<B, N> span); ---- == Parameters [cols="1,4"] |=== | Name| Description | *s* | The output stream. | *span* | The span of bytes to serialize. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#