[protobuf] Re: Java and generic conversion

2009-10-31 Thread Martin Gilday
).writeTo(outputStream); } public Object unmarshal(Exchange exchange, InputStream inputStream) throws Exception { //TODO what happens here? return null; } } On Oct 31, 11:37 pm, Evan Jones ev...@mit.edu wrote: On Oct 31, 2009, at 11:57 , Martin Gilday wrote: I would like have

[protobuf] Re: Java and generic conversion

2009-11-01 Thread Martin Gilday
are not subclasses of DynamicMessage. On Sat, Oct 31, 2009 at 7:57 AM, Martin Gilday martingil...@gmail.comwrote: I am trying to write a service in Java which will convert back and forth using protobufs.  The docs say that this should be easy as Reflection is provided as part