serialization problem in gwt
问题 I have read that: GWT serialization issue but there is no the solution. my packages are: package gwt.web package gwt.web.client; etc... and i have package models Where is located my class 'models.Word' As you can see this class is located not int gwt.cleint, but it should not be there, it is not client side class. this class has default constructor, so this is not issue. I have exception: Service method 'public abstract java.util.List gwt.web.client.WordService.getWords(java.lang.String)'