Vsevolod Tolstopyatov

Results 304 comments of Vsevolod Tolstopyatov

Continuing in https://github.com/Kotlin/kotlinx.serialization/issues/2003

Oh, right, I've meant https://github.com/Kotlin/kotlinx.serialization/pull/2015 :)

FTR: https://stackoverflow.com/questions/54145519/moshi-adapter-to-skip-bad-objects-in-the-listt

The latest 1.4.0-RC release contains a serializer for `Duration`. Plugin support (i.e. automatically detect that `Duration` is serializable) comes in 1.7.20

It is fixed already, the only question is when it will be released. @shanshin knows for sure if it's 1.7.20 or 1.8.0

I believe this is third or fourth time we have a problem with non-cacheable serializer. @sandwwraith maybe it's time to revisit internal code-gen and just prohibit _any_ non-cacheable serializers on...

I second @sandwwraith suggestion. Regarding the initial request, it doesn't seem to be possible from the API perspective -- `SerializersModule` is meant to be immutable, so basically there are only...