toolisticon / avro-kotlin

Opionionated set of extension functions and helpers for using Apache Avro with Kotlin
https://avro-kotlin.toolisticon.io/stable/
Apache License 2.0
3 stars 0 forks source link

serializers with inline logical types fail for direct decoding #103

Closed jangalinski closed 1 month ago

jangalinski commented 1 month ago

Avro4k internally declares direct and generic codec. The direct codec fails when we call the (deprecated) method "decodeValue" (was decodeAny) ...

We need to implement a solution that works with generic records and direct (single object).