[#Unserialize-088] = Unserialize :mrdocs: Unserialize a std::array of basic bytes from 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 Unserialize( Stream& s, std::array<B, N>& a); ---- == Parameters [cols="1,4"] |=== | Name| Description | *s* | The input stream. | *a* | The array to read into. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#