Dear all! currently i am not able to serialize unmodifiable collections getting some exception because the class signature can not found in the serialization policy file.
so i thought let's just create a dummy RPC method explicitely declaring Collections.EmptyList and co. as parameters to tell the GWT compiler that i really need those classes... when i saw that all those class definitions are private, and i started to really understand the problem... but i still would really like to be able to serialize those classes, i mean that the classes are private is no problem when using a custom serializer, the only thing i need is to create the class signature into the serialization policy file, or to be able to skip the class signature check for certain classes like these. so now i will investigate those possibilities... meanwhile, has anybody maybe a better idea or any suggestion on how to achieve this? thanks Michael -- 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.
