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