[#AmountCompression-Unser] = xref:AmountCompression.adoc[AmountCompression]::Unser :relfileprefix: ../ :mrdocs: Deserializes a compressed amount from the stream. == Synopsis Declared in `<compressor.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< typename Stream, typename I> void Unser( Stream& s, I& val); ---- == Parameters [cols="1,4"] |=== | Name| Description | *s* | The input stream to read from. | *val* | Output amount filled with the decompressed value. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#