Deserialize the filter from a stream.

Synopsis

Declared in <blockfilter.h>

template<typename Stream>
void
Unserialize(Stream& s);

Parameters

Name

Description

s

The input stream to read from.

Created with MrDocs