[#Serialize-09d] = Serialize :mrdocs: Serialize a vector. == Synopsis Declared in `<serialize.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< typename Stream, typename T, typename A> void Serialize( Stream& os, std::vector<T, A> const& v); ---- == Parameters [cols="1,4"] |=== | Name| Description | *os* | The output stream. | *v* | The vector to serialize. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#