feat: 新增 TypeInfo 版反序列化入口——按运行时类型反序列化
- JsonSerializer.Deserialize(typeInfo, jsonString[, options]): Any - JsonReader.read(typeInfo, value, options): Any - 供框架运行时模型绑定等场景使用(无需编译期泛型)
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user