avro-kotlin / avro4k

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

Support encoding and decoding without the concrete classes #261

Open Chuckame opened 2 months ago

Chuckame commented 2 months ago

Is your feature request related to a problem? Please describe. Sometimes, we need to read/write in avro format without the concrete classes.

Describe the solution you'd like Support the Any type to encode and decode anything from and to GenericRecord, GenericArray, GenericFixed and GenericEnumSymbol.