I'm having the same problem as Mona, except on the client-side. Via RPC, - sending an ArrayList<String> works. - sending a single MyObject works. - sending an ArrayList<MyObject> does not work. I get:
"com.google.gwt.user.client.rpc.SerializationException at com.google.gwt.user.client.rpc.impl.SerializerBase.getTypeHandler(SerializerBase.java:148) ..." Mona, how were you able to solve your problem? I have a feeling something, somewhere needs to be refreshed, but I haven't a clue what. I've tried "cleaning" the project and restarting the server and Eclipse, but the problem persists. Any ideas would be much appreciated. ~Owen -- 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.
