- @JsonPropertyName → @SerializerPropertyName - @JsonIgnore → @SerializerIgnore - @JsonParent → @SerializerParent(宏文件 JsonParentMacro.cj → SerializerParentMacro.cj) - 同步更新:JsonAnnotations、ReflectionCache、宏内部注解判断、 测试、方案文档、serialization_test 独立项目 - 16 用例全绿
24 lines
958 B
TOML
24 lines
958 B
TOML
[package]
|
|
cjc-version = "1.1.3"
|
|
name = "simapi_serialization"
|
|
description = "SimApi 全反射 JSON 序列化库(对齐 .NET JsonSerializer.Serialize/Deserialize + SerializerPropertyName/SerializerIgnore 特性)"
|
|
version = "1.0.0"
|
|
target-dir = ""
|
|
output-type = "static"
|
|
|
|
[dependencies]
|
|
|
|
[target]
|
|
[target.x86_64-w64-mingw32]
|
|
compile-option = "-Woff unused --diagnostic-format=noColor -Woff deprecated"
|
|
[target.x86_64-w64-mingw32.bin-dependencies]
|
|
path-option = [ "${CANGJIE_STDX_PATH}" ]
|
|
[target.x86_64-unknown-linux-gnu]
|
|
compile-option = "-Woff unused --diagnostic-format=noColor -Woff deprecated"
|
|
[target.x86_64-unknown-linux-gnu.bin-dependencies]
|
|
path-option = [ "${CANGJIE_STDX_PATH}" ]
|
|
[target.aarch64-unknown-linux-gnu]
|
|
compile-option = "-Woff unused --diagnostic-format=noColor -Woff deprecated"
|
|
[target.aarch64-unknown-linux-gnu.bin-dependencies]
|
|
path-option = [ "${CANGJIE_STDX_PATH}" ]
|