36template <
typename T1,
typename T2>
47 constexpr auto size =
static_cast<std::uint8_t
>(2);
Class of buffers to serialize data.
void serialize(const T &data)
Serialize data.
void serialize_fixarray_size(std::uint8_t size)
Serialize a size of fixarray format.
Forward declaration of classes to support serialization of data types.
Namespace of classes to support serialization of types.
Definition of serialization_buffer class.
static void serialize(serialization_buffer &buffer, const std::pair< T1, T2 > &value)
Serialize a value.
Class to define functions to serialize data of various types.