Protocol buffers – unique numbered tag – clarification?
The numbered tags are used to match fields when serializing and deserializing the data. Obviously, if you change the numbering scheme, and apply this change to both serializer and deserializer, there is no issue. Consider though, if you saved data with the first numbering scheme, and loaded it with the second one, it would try … Read more