Uses of Class
org.springframework.http.codec.KotlinSerializationBinaryDecoder
Package
Description
CBOR encoder and decoder support.
Provides an encoder and a decoder for
Google Protocol Buffers.
-
Uses of KotlinSerializationBinaryDecoder in org.springframework.http.codec.cbor
Modifier and TypeClassDescriptionclass
Decode a byte stream into CBOR and convert to Objects with kotlinx.serialization. -
Uses of KotlinSerializationBinaryDecoder in org.springframework.http.codec.protobuf
Modifier and TypeClassDescriptionclass
Decode a byte stream into a protocol Buffer and convert to Objects with kotlinx.serialization.