https://github.com/symbolspace/symbol.io.packing.treepackage
Symbol TreePackage数据包
https://github.com/symbolspace/symbol.io.packing.treepackage
Last synced: 6 months ago
JSON representation
Symbol TreePackage数据包
- Host: GitHub
- URL: https://github.com/symbolspace/symbol.io.packing.treepackage
- Owner: symbolspace
- License: mit
- Created: 2019-06-25T21:52:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-14T02:15:15.000Z (about 3 years ago)
- Last Synced: 2024-12-03T01:46:32.202Z (6 months ago)
- Language: C#
- Size: 47.9 KB
- Stars: 6
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 程序集 [使用说明](https://github.com/symbolspace/Symbol.IO.Packing.TreePackage/wiki/Home)
> 运行时支持 .net framework v2.0/3.5/4.0/4.5、.net standard 2.x、.net core app 2.x。* Symbol.IO.Packing.TreePackage.dll [](https://www.nuget.org/packages/Symbol.IO.Packing.TreePackage/)
# 最近更新 [版本历史](https://github.com/symbolspace/Symbol.IO.Packing.TreePackage/wiki/Version-history)
> v4.0.0.2 2019-06-26
* 分离到子仓库;
* 本次没有重大更新,可以选择不更新;# 简介
> 为兼容以前的老项目移植,可以视情况使用它。* 类似JSON结构的Tree结构体,早期没有JSON的时候开发的;
* 支持基础类型的保存:int、long、bool、byte、string、DateTime等;
* 支持TreePackage嵌套保存结构;
* 与JSON不同之处在于,它可以为key/value设置特殊的属性,不仅限于数据;
* 支持加密,加密算法可以扩展改进;
* 对数据较大的对象可以选择压缩算法;