标签: protobuf-net data-serialization
如何使用Google protobuf中的标签号来查找字段的时间复杂度?是线性搜索-O(n)还是某种数组查找-O(1)?
Google.Protobuf.Reflection.MessageDescriptor