Skip to content
#

deserialization

Here are 462 public repositories matching this topic...

Spikhalskiy
Spikhalskiy commented Mar 28, 2022

Actual

Using Kotlin 1.4.32 and Jackson 2.13.2.20220324 with jackson-module-kotlin I'm getting an exception

Caused by: java.lang.NoSuchMethodError: 'boolean kotlin.reflect.KClass.isValue()'
	at com.fasterxml.jackson.module.kotlin.KotlinAnnotationIntrospector.findSerializer(KotlinAnnotationIntrospector.kt:88)
	at com.fasterxml.jackson.module.kotlin.KotlinAnnotationIntrospector.findSer
bug good first issue

Improve this page

Add a description, image, and links to the deserialization topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the deserialization topic, visit your repo's landing page and select "manage topics."

Learn more