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.12k stars 175 forks source link

Deserialization using default arguments fails when the creator parameter contains `value class` and the number is a multiple of 32. #762

Open k163377 opened 7 months ago

k163377 commented 7 months ago

Describe the bug

This will become a problem after deserialization support for value class is realized in the future. The cause is kotlin-reflect, which is difficult to fix in jackson-module-kotlin. https://youtrack.jetbrains.com/issue/KT-65156

To Reproduce

See YouTrack ticket.