PBUtils Member List
This is the complete list of members for PBUtils, including all inherited members.
LogError(const std::string &method, const std::string &err, Logger *logger) | PBUtils | static |
SerializeFromFile(const std::string &filename, google::protobuf::Message &dst, Logger *logger) | PBUtils | static |
SerializeFromString(const std::string &src, google::protobuf::Message &dst, eSerializationFormat m, Logger *logger) | PBUtils | static |
SerializeToFile(const google::protobuf::Message &src, const std::string &filename, Logger *logger) | PBUtils | static |
SerializeToString(const google::protobuf::Message &src, std::string &output, eSerializationFormat m, Logger *logger) | PBUtils | static |