[#TransactionSerParams-operator_call] = xref:TransactionSerParams.adoc[TransactionSerParams]::operator() :relfileprefix: ../ :mrdocs: Wraps a value so it serializes with these transaction parameters. == Synopsis Declared in `<primitives/transaction.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename T> auto operator()(T&& t) const; ---- == Return Value A wrapper that applies these parameters when serialized. == Parameters [cols="1,4"] |=== | Name| Description | *t* | The value to wrap for parameterized serialization. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#