标签:解决办法 利用 -name 信息 解决 net 添加 object entity
查看net.sf.json.JSONObject的source code, 发现JSONObject.fromObject()的内部 有这样的处理:如果json key是"class",那么这个json object不添加这个property.
解决办法:
1. 修改source code
2. 用Gson, json.simple等代替JSONObject
如果一个json string中含有“class”这个key, 那么利用JSONObjec.fromObject(string)得到的一个json object会丢失“class”信息
标签:解决办法 利用 -name 信息 解决 net 添加 object entity
原文地址:http://www.cnblogs.com/lan-writenbook/p/7481928.html