I think Class of the object your want to send via GWTRPC must have default constructure. And, if you are putting different kind of objects in one linked list, it will not be deserialised. I faced this issues long back and I am not very sure about the solution ...
--
Prashant
On Mon, Jul 4, 2011 at 2:26 PM, Dennis Haupt <d.haupt82@googlemail.com> wrote:
this is the error message i get:Caused by: com.google.gwt.user.client.rpc.SerializationException: java.util.ArrayList/4159755760at com.google.gwt.user.client.rpc.impl.SerializerBase.getTypeHandler(SerializerBase.java:153)at com.google.gwt.user.client.rpc.impl.SerializerBase.instantiate(SerializerBase.java:114)at com.google.gwt.user.client.rpc.impl.ClientSerializationStreamReader.deserialize(ClientSerializationStreamReader.java:111)at com.google.gwt.user.client.rpc.impl.AbstractSerializationStreamReader.readObject(AbstractSerializationStreamReader.java:119)at com.webfair.gwt.components.genericforms.shared.ButtonRow_FieldSerializer.deserialize(ButtonRow_FieldSerializer.java:18)at com.webfair.gwt.components.genericforms.shared.ButtonRow_FieldSerializer.deserial(ButtonRow_FieldSerializer.java:36)at com.google.gwt.user.client.rpc.impl.SerializerBase.deserialize(SerializerBase.java:95)how to find out what exactly is causing the error? the arraylist itself obviously cannot be the problem, i've sent a lot of them back and forth.everything the list contains implements isserializable...--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment