1#ifndef IV_SRC_COMMS_IMESSAGECOMM_HPP_
2#define IV_SRC_COMMS_IMESSAGECOMM_HPP_
14 [[nodiscard]] std::vector<std::byte>
serialize()
const override = 0;
15 [[nodiscard]]
bool deserialize(
const std::vector<std::byte> &data)
override = 0;
Definition IMessageComm.hpp:11
std::vector< std::byte > serialize() const override=0
std::vector< std::byte > bytes
Definition IMessageComm.hpp:17
bool deserialize(const std::vector< std::byte > &data) override=0
~IMessageComm() override=default
Definition ISerializable.hpp:10
Definition ApiCommunicationController.cpp:12