[#BlockFilter-Serialize] = xref:BlockFilter.adoc[BlockFilter]::Serialize :relfileprefix: ../ :mrdocs: Serialize the filter to a stream. == Synopsis Declared in `<blockfilter.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]#