Uses of Class
org.springframework.http.codec.KotlinSerializationBinaryDecoder
Packages that use 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
Subclasses of KotlinSerializationBinaryDecoder in org.springframework.http.codec.cborModifier and TypeClassDescriptionclass
Decode a byte stream into CBOR and convert to Objects with kotlinx.serialization. -
Uses of KotlinSerializationBinaryDecoder in org.springframework.http.codec.protobuf
Subclasses of KotlinSerializationBinaryDecoder in org.springframework.http.codec.protobufModifier and TypeClassDescriptionclass
Decode a byte stream into a protocol Buffer and convert to Objects with kotlinx.serialization.