I get SerializationException when passing ArrayList<MyObject> as parameter to RPC servlet method. Class MyObject consist only 2 fields with types String and Serializable. Into Serializable field I pass values as Boolean(checkBox.getValue), String(textBox.getValue) and Date(dateBox.getValue). So inside Serializable field I have always types which are 100% can be serialized. Why this exception can be rised?
Thanks.