SerializationException
当作为参数传递 ArrayList<MyObject>
给 RPC servlet 方法时,我得到了。类MyObject
仅包含 2 个类型为String
和的字段Serializable
。我将值作为( )和传递到Serializable
字段中。所以在字段内部,我总是可以序列化 100% 的类型。为什么会引发这个异常?Boolean
checkBox.getValue
String(textBox.getValue)
Date(dateBox.getValue)
Serializable
谢谢。