Uses of Class
org.springframework.http.converter.AbstractKotlinSerializationHttpMessageConverter
Package
Description
Provides an HttpMessageConverter abstraction to convert between Java objects and HTTP input/output messages.
Provides an HttpMessageConverter for the CBOR data format.
Provides HttpMessageConverter implementations for handling JSON.
Provides an HttpMessageConverter implementation for handling
Google Protocol Buffers.
-
Uses of AbstractKotlinSerializationHttpMessageConverter in org.springframework.http.converter
Modifier and TypeClassDescriptionclass
KotlinSerializationBinaryHttpMessageConverter<T extends kotlinx.serialization.BinaryFormat>
Abstract base class forHttpMessageConverter
implementations that defer to Kotlin binary serializers.class
KotlinSerializationStringHttpMessageConverter<T extends kotlinx.serialization.StringFormat>
Abstract base class forHttpMessageConverter
implementations that defer to Kotlin string serializers. -
Uses of AbstractKotlinSerializationHttpMessageConverter in org.springframework.http.converter.cbor
Modifier and TypeClassDescriptionclass
Implementation ofHttpMessageConverter
that can read and write CBOR using kotlinx.serialization. -
Uses of AbstractKotlinSerializationHttpMessageConverter in org.springframework.http.converter.json
Modifier and TypeClassDescriptionclass
Implementation ofHttpMessageConverter
that can read and write JSON using kotlinx.serialization. -
Uses of AbstractKotlinSerializationHttpMessageConverter in org.springframework.http.converter.protobuf
Modifier and TypeClassDescriptionclass
Implementation ofHttpMessageConverter
that can read and write Protocol Buffers using kotlinx.serialization.