[#Serialize-083] = Serialize :mrdocs: Serialize a std::array 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::array<B, N> const& a); ---- == Parameters [cols="1,4"] |=== | Name| Description | *s* | The output stream. | *a* | The array to serialize. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#