Commit 56de882
committed
refactor(Web): 移除旧的JSON相关代码并添加ProtoBuff支持
重构Web模块,删除不再使用的JSON相关类和元数据文件,新增ProtoBuff管理器及组件实现。主要变更包括:
1. 移除HttpJsonResult系列类和WebStringResult
2. 添加WebProtoBuffManager及其相关实现类
3. 新增WebProtoBuffComponent作为Unity组件
4. 更新GameFrameXWebCroppingHelper移除对旧类的引用
此次重构使用Protocol Buffers替代JSON作为主要数据交换格式,提高序列化效率和性能。1 parent 49fd620 commit 56de882
18 files changed
Lines changed: 0 additions & 208 deletions
File tree
- Runtime
- Extensions
- Web
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
| |||
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
16 | | - | |
17 | | - | |
18 | 15 | | |
19 | 16 | | |
20 | 17 | | |
File renamed without changes.
File renamed without changes.
0 commit comments