Hi,

Quick question about serialization:

If I have something to be serialized with the following type defined:

  private List<Object> resultList

gwt gives me a serialization error, but if I take away the <Object>
tag:

  private List resultList

it works fine.

I'm a bit worried that I'm breaking a rule somehow, and if things get
tightened up in a future version, my app might break. Can someone
please shed a little light on this for me?

Thanks,

Mark
--~--~---------~--~----~------------~-------~--~----~
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