[#wallet-CWalletTx-Serialize] = xref:wallet.adoc[wallet]::xref:wallet/CWalletTx.adoc[CWalletTx]::Serialize :relfileprefix: ../../ :mrdocs: Serialize the wallet transaction to the given stream. == Synopsis Declared in `<wallet/transaction.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 serialize the transaction to. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#