avro-kotlin / avro4k

Avro format support for Kotlin
Apache License 2.0
198 stars 37 forks source link

Encode & Decode anything as root #187

Closed Chuckame closed 4 months ago

Chuckame commented 9 months ago

Issue

Currently, we are only able of encoding and decoding records as root, but we cannot encode and decode primitive values, arrays, or maps.

Proposal

Be able of encoding and decoding (and generating the associated schema) for any type of value:

Chuckame commented 4 months ago

Released in v2.0.0