Hello,

I'm looking to change the type of a field from uint64 to fixed64 to reduce 
the encoding time but I want to keep the same id and some old application 
will still use the old definition.
For my application, there is no different between uint64 and fixed64, they 
both encoded as uint64_t in C++, but the wire type change from 0 (Varint) 
to 1 (64Bit).
Is the protobuf library flexible enough to handle this case ?

thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/protobuf/-/iKzhzMciVmYJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to