[#ScriptCompression-Unser] = xref:ScriptCompression.adoc[ScriptCompression]::Unser :relfileprefix: ../ :mrdocs: Deserializes a compact‐encoded script from the stream. == Synopsis Declared in `<compressor.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename Stream> void Unser( Stream& s, xref:CScript.adoc[CScript]& script); ---- == Parameters [cols="1,4"] |=== | Name| Description | *s* | The input stream to read from. | *script* | Output script filled with the decoded value. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#