[#Serialize-024] = Serialize :mrdocs: Serialize a string as a CompactSize length followed by its bytes. == Synopsis Declared in `<serialize.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< typename Stream, typename C> void Serialize( Stream& os, std::basic_string<C> const& str); ---- == Parameters [cols="1,4"] |=== | Name| Description | *os* | The output stream. | *str* | The string to serialize. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#