Kotlin 2.0.20addeda common class to represent UUIDs in a multiplatform code. kotlinx.serialization 1.7.2 provides a correspondingUuid.serializer()for it, making it possible to use it in@Serializableclasses. Note that for now, serializer should be provided manually with@Contextualannotation. Plugin ...
To address issue #1829 I've implemented support for protobuf packed fields. This is enabled using a new annotation. Per the protocol it only supports primitive integers. While there are some small ...
Is there any suggestion for such message, or it is a bug of map encoding? PS I believe it is valid data to have null value in map, as described inProto Spec. To Reproduce Run the test code below packagekotlinx.serializationimportkotlinx.serialization.protobuf.ProtoBufimportkotlinx.serializat...