Nils Wild

Results 4 comments of Nils Wild

Ah I see. Thank you. The documentation also only shows the Long option and doesnt mention anything about String ids i think.

created a demonstration project: https://github.com/NilsWild/kotlin-serialization-issue

How about something like this: ``` class ValueClassArrayPolymorphismSerializer(private val rawClass: Class, private val cache: ReflectionCache) : JsonSerializer() { override fun serialize(value: Any, gen: JsonGenerator, serializers: SerializerProvider) { val unboxConverter =...

https://github.com/NilsWild/jackson-module-kogera with some improvements to not break custom serialization and deserialization