In my Google Web Toolkit project, I got the following error:
com.google.gwt.user.client.rpc.SerializationException: Type ‘your.class.Type’ was not included in the se
I'll also add that if you want to use a nested class, use a static member class. I.e.,
public class Pojo { public static class Insider { } }
Nonstatic member classes get the SerializationException in GWT 2.4