On Fri, Oct 31, 2008 at 8:04 AM, walden <[EMAIL PROTECTED]> wrote: > I'm confused by your statement "coming from server-side code". That's > a compile warning against a serializable (shared) class. I have a > similar artifact in my project right now. It happens to be caused by > a defined type X that extends HashMap<String,String>. It seems as if > the compiler is inspecting the OrderedConstantSet, something never > referenced in the application, only because it is also a > Map<String,String>. I would like to understand if this is necessary > or a bug in the compiler.
You're right--I shouldn't answer questions on this list before my morning coffee. :( I misinterpreted the warning as one of those error messages you get when you fill field whose compile-time type is an interface with a concrete type that's not serializable, and then send it to the client. WebDude, ignore my previous post--Walden is completely right here. Ian --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
