标签: serialization protocol-buffers proto
我正在尝试使用Any消息类型https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/any.proto,并估计与所需的额外序列化相关的成本。
如本示例中的https://medium.com/@pokstad/sending-any-any-thing-in-golang-with-protobuf-3-95f84838028d所示,实例化Any类型需要序列化Any类型将包含的消息。这不是很贵吗?