Uses of Class
org.springframework.http.codec.KotlinSerializationBinaryDecoder
Packages that use KotlinSerializationBinaryDecoder
-
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.