Re: Serialization Policy for a HashMap extension

2011-02-18 Thread Colin Alworth
Without more information, I would be hesitant to say you've found a bug. The RPC mechanism must be as conservative as possible in its estimates of what can and cannot be serializable, otherwise it would attempt to allow every widget to go across the wire. A few things to check – does the type w

Serialization Policy for a HashMap extension

2011-02-18 Thread Patrick
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 nothi