[#CompactSizeFormatter-Ser] = xref:CompactSizeFormatter.adoc[CompactSizeFormatter]::Ser :relfileprefix: ../ :mrdocs: Serialize an unsigned integer in CompactSize format. == Synopsis Declared in `<serialize.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< typename Stream, typename I> void Ser( Stream& s, I v); ---- == Parameters [cols="1,4"] |=== | Name| Description | *s* | The output stream. | *v* | The unsigned integer value to serialize. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#