I'm using list of serializables just fine (it only shows some warnings since gwt 1.6) because my domain classes are not ready to inherit some strange superclass just for gwt ser. to work. So I guess you're using 1.5 or lower.
On Sep 25, 6:06 pm, mwaschkowski <[email protected]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---
