[#BlockFilter-Unserialize] = xref:BlockFilter.adoc[BlockFilter]::Unserialize :relfileprefix: ../ :mrdocs: Deserialize the filter from a stream. == Synopsis Declared in `<blockfilter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename Stream> void Unserialize(Stream& s); ---- == Parameters [cols="1,4"] |=== | Name| Description | *s* | The input stream to read from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#