What types of objects are you sent in LinkedList?

2011/5/5 Peter Warren <[email protected]>

> I'm using the Google Plugin for Eclipse and upgraded today to gwt
> 2.3.  Now when running my project I get the exception below about a
> problem serializing LinkedList.  If I switch back to gwt 2.2 my app
> works great again.
>
> Any tips?
>
> Thanks,
> Peter
>
> com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException: The
> response could not be deserialized
> ...
> Caused by: com.google.gwt.user.client.rpc.SerializationException:
> java.util.LinkedList/1060625595
>        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.treehouselogic.guide.client.logic.configurator.IndirectConfigurator_FieldSerializer.deserialize(IndirectConfigurator_FieldSerializer.java:
> 29)
>        at
>
> com.treehouselogic.guide.client.logic.configurator.IndirectConfigurator_FieldSerializer.deserial(IndirectConfigurator_FieldSerializer.java:
> 49)
>        at
>
> com.google.gwt.user.client.rpc.impl.SerializerBase.deserialize(SerializerBase.java:
> 95)
>        at
>
> com.google.gwt.user.client.rpc.impl.ClientSerializationStreamReader.deserialize(ClientSerializationStreamReader.java:
> 113)
>        at
>
> com.google.gwt.user.client.rpc.impl.AbstractSerializationStreamReader.readObject(AbstractSerializationStreamReader.java:
> 119)
>        at com.google.gwt.user.client.rpc.impl.RequestCallbackAdapter
> $ResponseReader$8.read(RequestCallbackAdapter.java:106)
>        at
>
> com.google.gwt.user.client.rpc.impl.RequestCallbackAdapter.onResponseReceived(RequestCallbackAdapter.java:
> 214)
>
> --
> 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