If I have some record value and I protobuf-serialize it multiple times, will I always get back the same bytestring?
Conversely, if I have two properly-serialized strings for the same protobuf type and the strings have different values and I deserialize them, is it possible to get back the same record value?