We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22a5b71 commit 71560e6Copy full SHA for 71560e6
README.md
@@ -159,6 +159,9 @@ These Kotlin classes are supported with the following fields for serialization/d
159
* CharRange _(start, end)_
160
* LongRange _(start, end)_
161
162
+Deserialization for `value class` is also supported since 2.17.
163
+Please refer to [this page](./docs/value-class-support.md) for more information on using `value class`, including serialization.
164
+
165
(others are likely to work, but may not be tuned for Jackson)
166
167
# Sealed classes without @JsonSubTypes
0 commit comments