Function common::proto_serialization_helper::parseProtoFromFile(const std::string&, const std::string&, google::protobuf::Message *)¶
Defined in File proto-serialization-helper.h
Function Documentation¶
-
bool
common::proto_serialization_helper
::
parseProtoFromFile
(const std::string &folder_path, const std::string &file_name, google::protobuf::Message *proto)¶ Parses a proto file named
file_name
in the folderfolder_path
and deserializes it into the given protobuf objectproto
.