码迷,mamicode.com
首页 > Web开发 > 详细

JSONObject的parseArray方法作用。

时间:2018-09-05 17:44:23      阅读:3700      评论:0      收藏:0      [点我收藏+]

标签:redis   string   ant   node   parse   nodelist   pre   ring   str   

  该方法将从Redis获取的字符串数据转换成对象数据。

  

String dep_tree = JedisUtils.getInstance().get(CacheConstant.DEP_TREE, user.getId());
List<TreeNode> treeNodeList = JSONObject.parseArray(dep_tree, TreeNode.class);

JSONObject的parseArray方法作用。

标签:redis   string   ant   node   parse   nodelist   pre   ring   str   

原文地址:https://www.cnblogs.com/luxianyu-s/p/9592218.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!