Skip to content

Commit 71560e6

Browse files
committed
Update README
1 parent 22a5b71 commit 71560e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,9 @@ These Kotlin classes are supported with the following fields for serialization/d
159159
* CharRange _(start, end)_
160160
* LongRange _(start, end)_
161161

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+
162165
(others are likely to work, but may not be tuned for Jackson)
163166

164167
# Sealed classes without @JsonSubTypes

0 commit comments

Comments
 (0)