Serializes an amount to the stream in compressed form.
Declared in <compressor.h>
template<
typename Stream,
typename I>
void
Ser(
Stream& s,
I val);
| Name | Description |
|---|---|
| s | The output stream to write to. |
| val | The amount to compress and serialize. |