avro-kotlin / avro4k

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

Use UUIDSerializer as contextual in Avro.default #99

Closed vladimirfx closed 3 years ago

vladimirfx commented 3 years ago

Current code in SerializersModule is no op:

 mapOf(
            UUID::class to UUIDSerializer()
         )
vladimirfx commented 3 years ago

This PR is depends on #88

thake commented 3 years ago

@vladimirfx thanks for fixing :+1: I will merge this as soon as #98 is merged

thake commented 3 years ago

@vladimirfx can you rebase on the current master so that the CI build works?

vladimirfx commented 3 years ago

@vladimirfx can you rebase on the current master so that the CI build works?

done