[#LimitedStringFormatter-Unser] = xref:LimitedStringFormatter.adoc[LimitedStringFormatter]::Unser :relfileprefix: ../ :mrdocs: Unserialize a string, throwing if its length exceeds the limit. == Synopsis Declared in `<serialize.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename Stream> void Unser( Stream& s, std::string& v); ---- == Parameters [cols="1,4"] |=== | Name| Description | *s* | The input stream. | *v* | The string to read into. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#