[#CustomUintFormatter-Ser] = xref:CustomUintFormatter.adoc[CustomUintFormatter]::Ser :relfileprefix: ../ :mrdocs: Serialize an integer using the configured byte width and endianness. == 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]#