SerializationException: type not included in serializable type set
问题 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 set of types which can be serialized by this SerializationPolicy or its Class object could not be loaded. For security purposes, this type will not be serialized. What are the possible causes of this error? 回答1: GWT keeps track of a set of types which can be serialized and sent to the client. your.class.Type apparently was not on