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