Hi, 
  We have been using the v3.0.0-alpha-3 library, and notice that the wire 
format for serializing maps slightly changed in the v3.0.0-beta-1 version. 
But the code using  beta library is able to parse the messages serialized 
using the alpha version. So, no big issues there. We just have to be 
careful about using SerializeToString() for comparing two protobufs for 
equality (and use the MessageDifferencer instead).

Could you confirm if the wire format change is limited to maps. Also, will 
the code linked using alpha version be able to parse a string that was 
generated by the beta version (In case of old code parsing the new 
serialized strings). We are using C++, and using maps with proto2 format 
files. 

Sashi.

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at http://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to