[#Unserialize-08a] = Unserialize :mrdocs: Unserialize a string written 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 Unserialize( Stream& is, std::basic_string<C>& str); ---- == Parameters [cols="1,4"] |=== | Name| Description | *is* | The input stream. | *str* | The string to fill. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#