//bean转换成JSONObejct JSONObject json = JSONObject.parseObject(JSONObject.toJSON(bean).toString()); //jsonObject 转换成bean OrderNodeRecordsBean orderNodeRecordsBean = JSONObject.toJavaObject(json, Object.class);
fastJSON 的jsonobject和bean互转
最新推荐文章于 2021-12-01 22:19:56 发布