[#Serialize-09a] = Serialize :mrdocs: Serialize a C 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, B 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]#