Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KIPKIPS authored Jun 14, 2020
1 parent 6d6258b commit cdea0b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

使用二进制方法,XML方法,JSON方法实现游戏场景数据的存储于加载,基本流程序列化和反序列化
使用json方式来保存数据,更加轻量化和便捷,本案例使用的是Newtonsoft.Json动态链接库,只需导入至工程目录下即可进行链接
Newtonsoft.Json下载地址 https://pan.baidu.com/s/1H5tG2LqXuabsfjqm-yrSLw 提取码:29mj
Newtonsoft.Json下载地址:https://pan.baidu.com/s/1H5tG2LqXuabsfjqm-yrSLw 提取码:29mj
# 1.序列化
将对象序列化(转化为字节流[二进制],xml文档,json文档),将数据流保存至文件夹
# 2.反序列化
Expand Down

0 comments on commit cdea0b3

Please sign in to comment.