You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a protocol buffer message that I must be able to generate choosing the precise field order. Currently, it is sorted in tag order. Previously the order was the same as the order on the .proto file.
This is a problem for me because I need to be able to generate the message exactly in the correct order. This is because the message is then hashed and the hash must be equal to the previous serialization of the same message.
This is why I ask if it is possible to add an option to get the old ordering back.
The text was updated successfully, but these errors were encountered:
I have a protocol buffer message that I must be able to generate choosing the precise field order. Currently, it is sorted in tag order. Previously the order was the same as the order on the
.proto
file.This is a problem for me because I need to be able to generate the message exactly in the correct order. This is because the message is then hashed and the hash must be equal to the previous serialization of the same message.
This is why I ask if it is possible to add an option to get the old ordering back.
The text was updated successfully, but these errors were encountered: