guaishouN / android-thinkmap-treeview

Tree View; Mind map; Think map; tree map; custom view; 自定义;关系图;树状图;思维导图;组织机构图;层次图
MIT License
475 stars 66 forks source link

数据无法保存 #31

Closed hardlove closed 1 year ago

hardlove commented 1 year ago

请问数据改如何序列化成json数据存储起来呢?使用Gson序列化直接报错

guaishouN commented 1 year ago

这个问题在考虑要不要改,因为觉得这块功能超出了只做显示的初衷

hardlove commented 1 year ago

目前有没有什么方案可以把数据存储起来呢?毕竟用户辛辛苦苦的把导图创建好了,如果不能保持就没多大意义了

hardlove commented 1 year ago

改用fastjson来序列化没问题 val json = JSON.toJSONString(adapter.treeModel)