protobuf在线反序列化工具




                

使用说明:

1. 点击“加载proto文件”按钮,从本地选择 .proto文件

2. 输入消息名称,例如,如下proto文件,则输入消息名为:Person

syntax = "proto3";

message Person {

string name = 1;

int32 id = 2;

string email = 3;

}

3.输入序列化数据

4.点击"反序列化"按钮