Re: [protobuf] enum deserialization

2011-07-11 Thread Jason Hsueh
On Sun, Jul 10, 2011 at 7:07 AM, Enrico Viappiani viappi...@gmail.comwrote: I've got a java server and a c++ client, client sends a message to the server. In a first moment we had the message structure made by simple format like strings or integers, and the message sending/receiving with

[protobuf] enum deserialization

2011-07-10 Thread Enrico Viappiani
I've got a java server and a c++ client, client sends a message to the server. In a first moment we had the message structure made by simple format like strings or integers, and the message sending/receiving with serialization and deserialization were working perfectly. Nowadays we added a enum