6#ifndef OPENCBDC_TX_SRC_SERIALIZATION_STREAM_SERIALIZER_H_
7#define OPENCBDC_TX_SRC_SERIALIZATION_STREAM_SERIALIZER_H_
26 explicit operator bool()
const final;
Interface for serializing objects into and out of raw bytes representations.
Implementation of serializer for std::ios.
stream_serializer(std::ios &s)
Constructor.