[#VectorFormatter-Ser] = xref:VectorFormatter.adoc[VectorFormatter]::Ser :relfileprefix: ../ :mrdocs: Serialize a vector‐like container, writing its size then each element via the formatter. == Synopsis Declared in `<serialize.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< typename Stream, typename V> void Ser( Stream& s, V const& v); ---- == Parameters [cols="1,4"] |=== | Name| Description | *s* | The output stream. | *v* | The container to serialize. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#