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