MsgSerializer Class Reference
Serializer for components that hold protobuf messages. More...
#include <Serialization.hh>
Static Public Member Functions | |
static std::istream & | Deserialize (std::istream &_in, google::protobuf::Message &_msg) |
Deserialization. More... | |
static std::ostream & | Serialize (std::ostream &_out, const google::protobuf::Message &_msg) |
Serialization. More... | |
Detailed Description
Serializer for components that hold protobuf messages.
Member Function Documentation
◆ Deserialize()
|
inlinestatic |
Deserialization.
- Parameters
-
[in] _in Input stream. [in] _msg Message to populate
- Returns
- The stream.
◆ Serialize()
|
inlinestatic |
Serialization.
- Parameters
-
[in] _out Output stream. [in] _msg Message to stream
- Returns
- The stream.
The documentation for this class was generated from the following file: