I've an object which contains a HashMap<Long, Object> instance. I'm
finding that when I put a value of type ArrayList, RPC calls fail with
a SerializationException that starts with:
com.google.gwt.user.client.rpc.SerializationException
at
com.google.gwt.user.client.rpc.impl.SerializerBase.getTypeHandler(SerializerBase.java:
148)
...
Any ideas why and suggestions on what to do to get to my intended
process?
--
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.