How to visualize data from google protocol buffer?

前端 未结 8 1894
时光说笑
时光说笑 2021-02-04 02:38

I would like to store data using google protocol buffers (another serialized format would work, too), and then have an UI to browse that data. Is there a C++ framework/API that

8条回答
  •  天涯浪人
    2021-02-04 02:46

    To resolve binary representation without schema is hard. But if you'd like just to have a better view of pb's text format or DebugString(), you can try the Protobuf Visualizer:

    http://codingstory.com/pv

提交回复
热议问题