How can I use kotlinx-serialization to decode a pr...
# serialization
r
How can I use kotlinx-serialization to decode a protobuf message including wire format, using a framing which uses a prefix varint for the message length and then the message?
g
Not sure that this is supported. Create a feature request for that.