neither the missing default constructor nor different element types are the
problem. i suddenly can't deserialize any arraylist, no matter what's
inside. is there a way to debug it to see what's wrong?

2011/7/4 Prashant <[email protected]>

> Hi,
>
> 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
> code.google.com/p/claymus/
>
>
> On Mon, Jul 4, 2011 at 2:26 PM, Dennis Haupt <[email protected]>wrote:
>
>> this is the error message i get:
>> Caused by: com.google.gwt.user.client.rpc.SerializationException:
>> java.util.ArrayList/4159755760
>>  at
>> 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 [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.
>>
>
>  --
> 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.
>

-- 
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.

Reply via email to