Uses of Class
org.springframework.http.codec.KotlinSerializationSupport
Packages that use KotlinSerializationSupport
Package
Description
CBOR encoder and decoder support.
JSON encoder and decoder support.
Provides an encoder and a decoder for
 Google Protocol Buffers.
- 
Uses of KotlinSerializationSupport in org.springframework.http.codecSubclasses of KotlinSerializationSupport in org.springframework.http.codecModifier and TypeClassDescriptionclassKotlinSerializationBinaryDecoder<T extends kotlinx.serialization.BinaryFormat>Abstract base class forDecoderimplementations that defer to Kotlin binary serializers.classKotlinSerializationBinaryEncoder<T extends kotlinx.serialization.BinaryFormat>Abstract base class forEncoderimplementations that defer to Kotlin binary serializers.classKotlinSerializationStringDecoder<T extends kotlinx.serialization.StringFormat>Abstract base class forDecoderimplementations that defer to Kotlin string serializers.classKotlinSerializationStringEncoder<T extends kotlinx.serialization.StringFormat>Abstract base class forEncoderimplementations that defer to Kotlin string serializers.
- 
Uses of KotlinSerializationSupport in org.springframework.http.codec.cborSubclasses of KotlinSerializationSupport in org.springframework.http.codec.cborModifier and TypeClassDescriptionclassDecode a byte stream into CBOR and convert to Objects with kotlinx.serialization.classEncode from anObjectstream to a byte stream of CBOR objects using kotlinx.serialization.
- 
Uses of KotlinSerializationSupport in org.springframework.http.codec.jsonSubclasses of KotlinSerializationSupport in org.springframework.http.codec.jsonModifier and TypeClassDescriptionclassDecode a byte stream into JSON and convert to Object's with kotlinx.serialization.classEncode from anObjectstream to a byte stream of JSON objects using kotlinx.serialization.
- 
Uses of KotlinSerializationSupport in org.springframework.http.codec.protobufSubclasses of KotlinSerializationSupport in org.springframework.http.codec.protobufModifier and TypeClassDescriptionclassDecode a byte stream into a protocol Buffer and convert to Objects with kotlinx.serialization.classDecode a byte stream into a Protocol Buffer and convert to Objects with kotlinx.serialization.