[#Obfuscation-Serialize] = xref:Obfuscation.adoc[Obfuscation]::Serialize :relfileprefix: ../ :mrdocs: Serialize the key as a length‐prefixed byte vector. == Synopsis Declared in `<util/obfuscation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename Stream> void Serialize(Stream& s) const; ---- == Parameters [cols="1,4"] |=== | Name| Description | *s* | The output stream to write to. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#