Uses of Class
org.springframework.http.codec.KotlinSerializationSupport
Package
Description
JSON encoder and decoder support.
Provides an encoder and a decoder for
Google Protocol Buffers.
-
Uses of KotlinSerializationSupport in org.springframework.http.codec
Modifier and TypeClassDescriptionclass
KotlinSerializationBinaryDecoder<T extends kotlinx.serialization.BinaryFormat>
Abstract base class forDecoder
implementations that defer to Kotlin binary serializers.class
KotlinSerializationBinaryEncoder<T extends kotlinx.serialization.BinaryFormat>
Abstract base class forEncoder
implementations that defer to Kotlin binary serializers.class
KotlinSerializationStringDecoder<T extends kotlinx.serialization.StringFormat>
Abstract base class forDecoder
implementations that defer to Kotlin string serializers.class
KotlinSerializationStringEncoder<T extends kotlinx.serialization.StringFormat>
Abstract base class forEncoder
implementations that defer to Kotlin string serializers. -
Uses of KotlinSerializationSupport in org.springframework.http.codec.cbor
Modifier and TypeClassDescriptionclass
Decode a byte stream into CBOR and convert to Objects with kotlinx.serialization.class
Encode from anObject
stream to a byte stream of CBOR objects using kotlinx.serialization. -
Uses of KotlinSerializationSupport in org.springframework.http.codec.json
Modifier and TypeClassDescriptionclass
Decode a byte stream into JSON and convert to Object's with kotlinx.serialization.class
Encode from anObject
stream to a byte stream of JSON objects using kotlinx.serialization. -
Uses of KotlinSerializationSupport in org.springframework.http.codec.protobuf
Modifier and TypeClassDescriptionclass
Decode a byte stream into a protocol Buffer and convert to Objects with kotlinx.serialization.class
Decode a byte stream into a Protocol Buffer and convert to Objects with kotlinx.serialization.