[#VarIntFormatter-Ser] = xref:VarIntFormatter.adoc[VarIntFormatter]::Ser :relfileprefix: ../ :mrdocs: Serialize an integer in VarInt 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 integer value to serialize. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#