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.cborSubclasses of KotlinSerializationBinaryDecoder in org.springframework.http.codec.cborModifier and TypeClassDescriptionclassDecode a byte stream into CBOR and convert to Objects with kotlinx.serialization.
- 
Uses of KotlinSerializationBinaryDecoder in org.springframework.http.codec.protobufSubclasses of KotlinSerializationBinaryDecoder in org.springframework.http.codec.protobufModifier and TypeClassDescriptionclassDecode a byte stream into a protocol Buffer and convert to Objects with kotlinx.serialization.