[#WitnessV1Taproot-Serialize] = xref:WitnessV1Taproot.adoc[WitnessV1Taproot]::Serialize :relfileprefix: ../ :mrdocs: Serialize the 32‐byte x‐only key data without a length prefix since it is fixed length. == Synopsis Declared in `<pubkey.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename Stream> void Serialize(Stream& s) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#