[protobuf] Parse PB bytes into a generic message

2010-10-27 Thread Jimm
Hello, I need a generic parser in java, which can de-serialize PB bytes buffer into a Message or GeneratedMessage. But, GeneratedMessage provides no such method to merge an arbitary PB bytes and provide an instance of itself. Any leads would be greatly appreciated. -- You received this message

Re: [protobuf] Parse PB bytes into a generic message

2010-10-27 Thread Adam Vartanian
I need a generic parser in java, which can de-serialize PB bytes buffer into a Message or GeneratedMessage. But, GeneratedMessage provides no such method to merge an arbitary PB bytes and provide an instance  of itself. From just a message's bytes you can't turn it into a Message. The