[#CPubKey-Serialize] = xref:CPubKey.adoc[CPubKey]::Serialize :relfileprefix: ../ :mrdocs: Implement serialization, as if this was a byte vector. == Synopsis Declared in `<pubkey.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]#