CompactSizeWriter::Serialize

Write the held value to the stream in CompactSize format.

Synopsis

Declared in <serialize.h>

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

Parameters

NameDescription
sThe output stream.