avro-kotlin / avro4k

Avro format support for Kotlin
Apache License 2.0
188 stars 36 forks source link

Encode & Decode anything as root #187

Open Chuckame opened 4 months ago

Chuckame commented 4 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: