Re: GWT 2.0 RPC not picking up custom generated Serializable classes

2011-09-21 Thread Martin Söderström
Farid, FYI: my team stopped progress on this project before I had the chance to supply Chris the code for the generated class and gwt.rpc, so we never actually sorted this out. Maybe Chris would still be interested in seeing your code now instead to have a look at what's going on. /Martin --

Re: GWT 2.0 RPC not picking up custom generated Serializable classes

2010-01-12 Thread Martin Söderström
interface? 2010/1/11 Martin Söderström martin.k.soderst...@gmail.com Hi, I have a custom Generator (subclassing com.google.gwt.core.ext.Generator) class that generates a class to be used as argument in an RPC method. The generated class implements Serializable and the interface