Class KotlinSerializationStringHttpMessageConverter<T extends kotlinx.serialization.StringFormat>

Type Parameters:
T - the type of StringFormat
All Implemented Interfaces:
GenericHttpMessageConverter<Object>, HttpMessageConverter<Object>
Direct Known Subclasses:
KotlinSerializationJsonHttpMessageConverter

public abstract class KotlinSerializationStringHttpMessageConverter<T extends kotlinx.serialization.StringFormat> extends AbstractKotlinSerializationHttpMessageConverter<T>
Abstract base class for HttpMessageConverter implementations that defer to Kotlin string serializers.
Since:
6.0
Author:
Andreas Ahlenstorf, Sebastien Deleuze, Juergen Hoeller, Iain Henderson, Arjen Poutsma