Leonid Startsev
Leonid Startsev
We have several concerns regarding this: 1. Implicitness – it is very easy to forget and hard to find which serializer is used for `UUID` in a particular class. Easy...
AFAIR, Kotlin doesn't support package-level annotation. It recognizes annotations on `package-info.java`, but this requires enabling Java support in JVM target (hence, no MPP).
@nuhkoca Not for now, this problem was postponed
@angryziber This would provide serializers for Json format, but not for e.g. Protobuf. I assume this issue is about specifying a serializer for a type for a whole module for...
@christophsturm No, this feature is postponed
See also: #1169
That's the same error as in #1692
No, serialization of inline classes won't 'just work', they should be marked serializable themselves. We'll investigate Duration serialization soon
Thanks for reminder, we'll update the priority
Fixed in 1.7.20/1.4.0