Frankly I don't see how that issue could be accepted, the fact that you have to mark all your serializable objects as Serializable or IsSerializable has been there from the beginning. It's related to the way the compiler has to know at compile time what objects are allowed to travel through RPCs and how they should be serialized. You simply cannot expect it to magically detect the types that will be added to your <String, Object> map.
On Apr 16, 10:14 pm, [email protected] wrote: > I added my concerns to this issue in the gwt issue tracker: > > http://code.google.com/p/google-web-toolkit/issues/detail?id=3521 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
