【发布时间】:2021-10-14 15:22:48
【问题描述】:
一个 php 项目中有一组对象。我将它们表示为 JSON
{
"name" : "foo",
"type" : "bar",
"context" : {
//There is an arbitrary set of fields in which there can be integers, float, string, bool, as well as dictionaries and arrays
}
}
如何将这些对象包装在 proto 中?
【问题讨论】:
标签: protocol-buffers grpc