[serde-jackson] Support Jackson readers and writers

This commit is contained in:
2025-08-03 18:42:41 +02:00
parent f694672d5f
commit c58b806bcf
10 changed files with 687 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ include("tweed5-patchwork")
include("tweed5-serde-api")
include("tweed5-serde-extension")
include("tweed5-serde-hjson")
include("tweed5-serde-jackson")
include("tweed5-type-utils")
include("tweed5-utils")
include("tweed5-weaver-pojo")