永发信息网

怎么将xml数据转为成为protobuf

答案:2  悬赏:80  手机版
解决时间 2021-01-24 23:37
  • 提问者网友:戎马万世
  • 2021-01-24 01:38
怎么将xml数据转为成为protobuf
最佳答案
  • 五星知识达人网友:英雄的欲望
  • 2021-01-24 02:25
ef _INTER_PROTO_TINYXML_H_
#define _INTER_PROTO_TINYXML_H_

#include
#include "google/protobuf/message.h"

bool tinyxml2proto(const std::string& xml, google::protobuf::Message& msg);

enum tinyxml_type
{
TINYXML_GB2312,
TINYXML_UTF8,
};

bool proto2tinyxml(const google::protobuf::Message& msg, std::string& xml, tinyxml_type type = TINYXML_UTF8);

#endif //_INT
全部回答
  • 1楼网友:鸠书
  • 2021-01-24 03:56
我是来看评论的
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯