[#AmountCompression-Ser] = xref:AmountCompression.adoc[AmountCompression]::Ser :relfileprefix: ../ :mrdocs: Serializes an amount to the stream in compressed form. == Synopsis Declared in `<compressor.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< typename Stream, typename I> void Ser( Stream& s, I val); ---- == Parameters [cols="1,4"] |=== | Name| Description | *s* | The output stream to write to. | *val* | The amount to compress and serialize. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#