[serde-gson] Support for Gson readers and writers

This commit is contained in:
2025-08-03 20:21:33 +02:00
parent c58b806bcf
commit 1fc418970f
23 changed files with 710 additions and 82 deletions

View File

@@ -3,6 +3,7 @@ assertj = "3.26.3"
asm = "9.7"
autoservice = "1.1.1"
acl = "1.3.5"
gson = "2.13.1"
jackson = "2.19.0"
java-main = "8"
java-test = "21"
@@ -26,6 +27,7 @@ asm-commons = { group = "org.ow2.asm", name = "asm-commons", version.ref = "asm"
asm-core = { group = "org.ow2.asm", name = "asm", version.ref = "asm" }
autoservice-annotations = { group = "com.google.auto.service", name = "auto-service-annotations", version.ref = "autoservice" }
autoservice-processor = { group = "com.google.auto.service", name = "auto-service", version.ref = "autoservice" }
gson = { group = "com.google.code.gson", name = "gson", version.ref = "gson" }
jackson-core = { group = "com.fasterxml.jackson.core", name = "jackson-core", version.ref = "jackson" }
jetbrains-annotations = { group = "org.jetbrains", name = "annotations", version.ref = "jetbrains-annotations" }
jspecify-annotations = { group = "org.jspecify", name = "jspecify", version.ref = "jspecify" }