GWT is not doing a great job in figuring out which classes will
actually need to be serialized and scoops them all.

exclude tag in gwt.xml will not work

<extend-configuration-property name="rpc.blacklist"
value="com.mypackage">

Reorganize/Refactoring my code is not an option for now.

So my last resort is to annotate the classes I dot not want to have
serialized(mainly abstract classes outside of GWT module)

and then change/customize the way GWT compiler is scooping up classes.

Which class in GWT dev code would I need to touch in order to do this?

-- 
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