http://code.google.com/webtoolkit/doc/1.6/DevGuideServerCommunication.html#DevGuideSerializableTypes
If you have an ArrayList<A>, is A implementing Serializable? Also, the data types need to be gwt-translatable. This means you cannot (de)serialialize a domain object, that keeps references to Key(s), Rating, etc. And I think the referenced data types need to be in a source package inside your gwt.xml module * <source path="client" />* * <source path="shared" />* * ...* * * * * -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/3vpmzK2A33cJ. 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.
