[#WitnessV1Taproot-SerializationOps] = xref:WitnessV1Taproot.adoc[WitnessV1Taproot]::SerializationOps :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, typename Type, typename Operation> static void SerializationOps( Type& obj, Stream& s, Operation ser_action); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#