Class AbstractKotlinSerializationHttpMessageConverter<T extends kotlinx.serialization.SerialFormat>

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

public abstract class AbstractKotlinSerializationHttpMessageConverter<T extends kotlinx.serialization.SerialFormat> extends AbstractGenericHttpMessageConverter<Object>
Abstract base class for HttpMessageConverter implementations that use Kotlin serialization.
Since:
6.0
Author:
Andreas Ahlenstorf, Sebastien Deleuze, Juergen Hoeller, Iain Henderson, Arjen Poutsma