Thank to both of you for your quick reply. The CustomMap implementation posted here is just a small test case that reproduces the problem, so I'm aware there are a lot of things missing. Although, for the use we are using, duplicating a key due to multiple put() is acceptable.
The solution of making the list transient easily solves the problem without having to change the implementation. However, I still don't understand why using put() for deserialization was necessary; isn't it a slowdown to deserialize fields twice? What problems can emerge otherwise? (I ask this to improve my knowledge on GWT) Thanks -- 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.
