I'm dealing with recently merged code from other projects that broke my GWT code. Due to some optimization efforts there was a class introduced that extended HashMap. Lets call it HashMapExtension. Even though HashMapExtension extends HashMap it broke the serialization policy of GWT. There is nothing in HashMapExtension that is not serializable.
Is there a way to safely add classes to the serialization policy or could this potentially be a bug in GWT. I'd be happy to call it a feature request if that helps. Just looking for clarification. Thanks, Patrick -- 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.
