#include "messaging/serialization.h"
Go to the source code of this file.
Functions | |
Serializer * | serializer_impl_protobuf_new (void) |
Create a new protocol buffer serialization instance. |
Defines a single protobuf message type for transmission, which encapsulates the Message struct in its entirety. Should be cross-platform and cross-language safe, as well as provide reasonably good performance.
Definition in file serialization_impl_protobuf.h.