Uses of Class
org.springframework.http.codec.KotlinSerializationBinaryEncoder
Packages that use KotlinSerializationBinaryEncoder
Package
Description
CBOR encoder and decoder support.
Provides an encoder and a decoder for
Google Protocol Buffers.
- 
Uses of KotlinSerializationBinaryEncoder in org.springframework.http.codec.cbor
Subclasses of KotlinSerializationBinaryEncoder in org.springframework.http.codec.cborModifier and TypeClassDescriptionclassEncode from anObjectstream to a byte stream of CBOR objects using kotlinx.serialization. - 
Uses of KotlinSerializationBinaryEncoder in org.springframework.http.codec.protobuf
Subclasses of KotlinSerializationBinaryEncoder in org.springframework.http.codec.protobufModifier and TypeClassDescriptionclassDecode a byte stream into a Protocol Buffer and convert to Objects with kotlinx.serialization.