avro-kotlin / avro4k

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

Implicit empty list/map default #193

Closed Chuckame closed 4 months ago

Chuckame commented 7 months ago

Same as implicitNulls, when a map/list field don't have @AvroDefault and isn't nullable, then handle the field as empty list/map when value is missing

Chuckame commented 4 months ago

Released in v2.0.0