[protobuf] Re: Generic Message Dispatch and Message Handler

2010-10-27 Thread Jimm
Evan, How are you parsing arbitrary PB bytes into a Generated Message ? I am finding no class in API that can deserialize PB byte buffer into GeneratedMessage? On Oct 27, 6:27 am, Evan Jones ev...@mit.edu wrote: On Oct 26, 2010, at 15:45 , maninder batth wrote: My generic Handler would

Re: [protobuf] Re: Generic Message Dispatch and Message Handler

2010-10-27 Thread Evan Jones
On Oct 27, 2010, at 11:36 , Jimm wrote: How are you parsing arbitrary PB bytes into a Generated Message ? I am finding no class in API that can deserialize PB byte buffer into GeneratedMessage? I'm using the generic Service API that is included with protocol buffers, so I'm not using