[#CPubKey-Unserialize] = xref:CPubKey.adoc[CPubKey]::Unserialize :relfileprefix: ../ :mrdocs: Deserialize the public key from a stream, as if it were a byte vector. == Synopsis Declared in `<pubkey.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename Stream> void Unserialize(Stream& s); ---- == Parameters [cols="1,4"] |=== | Name| Description | *s* | The input stream to read from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#