Cannot marshal the XStream instance in action
com.thoughtworks.xstream.converters.ConversionException: Cannot marshal the XStream instance in action ? ? 這個是什么問題,你們遇到過嗎?
com.thoughtworks.xstream.converters.ConversionException: Cannot marshal the XStream instance in action ? ? 這個是什么問題,你們遇到過嗎?
2016-09-08
舉報
2017-08-11
String xml = xstream.toXML(msg); ?原來是自己傳參數時填錯了傳如的參數msg對象。我把msg(一個消息對象)寫成了xstream,應該是自動生成的。反正報錯的意思就是action控制器類中不能整理解析這個實例.
2017-08-11
Cannot marshal the XStream instance in action我遇到了,你解決了嗎?