[#Unserialize-0aa] = Unserialize :mrdocs: Unserialize an unsigned 32‐bit little‐endian integer from a stream. == Synopsis Declared in `<serialize.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename Stream> void Unserialize( Stream& s, uint32_t& 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]#