avro-kotlin / avro4k

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

Fix #70 - Add instant serializer with microseconds #92

Closed kossi closed 3 years ago

kossi commented 3 years ago

Hallo,

Added serializer to support that timestamp-micros logical type as there was this #70 issue. Don't know if there is too much need for this and sure no support for nanoseconds. But I guess with Java 9 and the increased precision of the clock might increase the demand.