issues
search
avro-kotlin
/
avro4k
Avro format support for Kotlin
Apache License 2.0
198
stars
37
forks
source link
feat: Support everything at root level
#202
Closed
Chuckame
closed
6 months ago
Chuckame
commented
6 months ago
Closes #187
Closes #198
Closes #196
Closes #185
Closes #195
Closes #181
Closes #151
Removed
TypeNameStrategy
as it is not a compute heavy calculation anymore
Added cache for resolving unions with fullname
and
aliases
Added cache for resolving record fields, taking into account
@AvroDefault
, kotlin property default and aliases
TypeNameStrategy
as it is not a compute heavy calculation anymore@AvroDefault
, kotlin property default and aliases