[#Unserialize-0f8] = Unserialize :mrdocs: Unserialize a byte from a stream. == Synopsis Declared in `<serialize.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename Stream> void Unserialize( Stream& s, std::byte& a); ---- == Parameters [cols="1,4"] |=== | Name| Description | *s* | The input stream. | *a* | The value to read into. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#