Is there any way to control which classes get included during compile-
time serialization policy file generation without having to play
coding acrobatics with service method arguments? I am passing a
java.io.Serializable object to my service method and the compiler is
trying to include all classes that implement this interface but I only
want a subset of these classes (because I am mixing GWT code with
legacy classes which may not be GWT serializable but regular JRE
serializable).

Thanks,
Shu

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to