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 that the RPC method expects. This used to work in GWT 1.7, but with GWT 2.0 I get a com.google.gwt.user.client.rpc.SerializationException. Using IsSerializable instead of Serializable does not make any difference.
It feels like, in GWT 2.0, the scanning for RPC serializable classes does not take into consideration the custom generated classes. Does anyone know anything about this? A possible workaround? /Martin
-- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
