BlockFilter::Serialize

Serialize the filter to a stream.

Synopsis

Declared in <blockfilter.h>

template<typename Stream>
void
Serialize(Stream& s) const;

Parameters

NameDescription
sThe output stream to write to.