feat: 新增 TypeInfo 版反序列化入口——按运行时类型反序列化

- JsonSerializer.Deserialize(typeInfo, jsonString[, options]): Any
- JsonReader.read(typeInfo, value, options): Any
- 供框架运行时模型绑定等场景使用(无需编译期泛型)
This commit is contained in:
2026-08-18 00:27:22 +08:00
parent 94f306e57a
commit c6269df957
3 changed files with 32 additions and 2 deletions
+1 -2
View File
@@ -2,8 +2,7 @@
cjc-version = "1.1.3"
name = "simapi_serialization"
description = "SimApi 全反射 JSON 序列化库(对齐 .NET JsonSerializer.Serialize/Deserialize + SerializerPropertyName/SerializerIgnore 特性)"
version = "1.0.0"
org = "simcu"
version = "1.0.3"
target-dir = ""
output-type = "static"