[#CompactSizeReader-Unserialize] = xref:CompactSizeReader.adoc[CompactSizeReader]::Unserialize :relfileprefix: ../ :mrdocs: Read a CompactSize value from the stream into the referenced integer. == Synopsis Declared in `<serialize.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename Stream> void Unserialize(Stream& s) const; ---- == Parameters [cols="1,4"] |=== | Name| Description | *s* | The input stream. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#