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

Update/refactor avro4k to version 2.x #88

Closed jangalinski closed 1 month ago

jangalinski commented 1 month ago

Avro4k did a major release. Some things changed and singleObjectEncoding is supported.

We should keep our own serialization module to support the avro-kotlin wrapper types but adopt the changes and refactor our code.

This will be a new minor release.