ProtobufSerDes - Protobuf Serialization/Deserialization to support gRPC communication.
More...
#include <protobufSerDes.h>
ProtobufSerDes - Protobuf Serialization/Deserialization to support gRPC communication.
Definition at line 26 of file protobufSerDes.h.
◆ ProtobufSerDes()
MLBridge::ProtobufSerDes::ProtobufSerDes |
( |
| ) |
|
|
inline |
◆ classof()
static bool MLBridge::ProtobufSerDes::classof |
( |
const BaseSerDes * | S | ) |
|
|
inlinestatic |
◆ cleanDataStructures()
void MLBridge::ProtobufSerDes::cleanDataStructures |
( |
| ) |
|
|
overridevirtual |
◆ deserializeUntyped()
void * MLBridge::ProtobufSerDes::deserializeUntyped |
( |
void * | data | ) |
|
|
overrideprivatevirtual |
◆ getMessage()
Message * MLBridge::ProtobufSerDes::getMessage |
( |
| ) |
|
|
inline |
◆ getRequest()
void * MLBridge::ProtobufSerDes::getRequest |
( |
| ) |
|
|
inlineoverridevirtual |
◆ getResponse()
void * MLBridge::ProtobufSerDes::getResponse |
( |
| ) |
|
|
inlineoverridevirtual |
◆ getSerializedData()
void * MLBridge::ProtobufSerDes::getSerializedData |
( |
| ) |
|
|
overridevirtual |
◆ setFeature() [1/2]
void MLBridge::ProtobufSerDes::setFeature |
( |
const std::string & | name, |
|
|
const google::protobuf::Message * | value ) |
|
overridevirtual |
◆ setFeature() [2/2]
void MLBridge::ProtobufSerDes::setFeature |
( |
const std::string & | name, |
|
|
const std::vector< google::protobuf::Message * > & | value ) |
|
overridevirtual |
◆ setRequest()
void MLBridge::ProtobufSerDes::setRequest |
( |
void * | Request | ) |
|
|
inlineoverridevirtual |
◆ setResponse()
void MLBridge::ProtobufSerDes::setResponse |
( |
void * | Response | ) |
|
|
inlineoverridevirtual |
◆ Request
Message* MLBridge::ProtobufSerDes::Request |
|
private |
◆ Response
Message* MLBridge::ProtobufSerDes::Response |
|
private |
The documentation for this class was generated from the following files: