mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-03-22 19:03:29 +08:00
- 定义了IStorage接口提供同步和异步的数据存储操作功能 - 实现了基于文件系统的FileStorage类支持读写删除操作 - 添加了ScopedStorage包装器为存储键提供作用域前缀功能 - 创建了ISerializer接口并实现JsonSerializer使用Newtonsoft.Json - 在项目中引入Newtonsoft.Json包依赖