GWT - occasional com.google.gwt.user.client.rpc.SerializationException

后端 未结 11 1056
走了就别回头了
走了就别回头了 2020-12-13 08:47

we are haunted by occasional occurences of exceptions such as:

com.google.gwt.user.client.rpc.SerializationException: Type \'xxx\' was not assignable

11条回答
  •  醉梦人生
    2020-12-13 09:44

    This problem occurs when a GWT 2.5 application is compiled using JDK 1.7. GWT 2.5 supports JDK 1.6 and using this version of JDK will fix this issue.

提交回复
热议问题