FasterXML / jackson-module-kotlin

Module that adds support for serialization/deserialization of Kotlin (http://kotlinlang.org) classes and data classes.
Apache License 2.0
1.11k stars 175 forks source link

Added `value class` deserialization support. #768

Closed k163377 closed 5 months ago

k163377 commented 5 months ago

Fixes #650 and #199.

The code and tests were ported based on kogera. https://github.com/ProjectMapK/jackson-module-kogera