Class AbstractKotlinSerializationHttpMessageConverter<T extends kotlinx.serialization.SerialFormat>

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

public abstract class AbstractKotlinSerializationHttpMessageConverter<T extends kotlinx.serialization.SerialFormat> extends AbstractSmartHttpMessageConverter<Object>
Abstract base class for HttpMessageConverter implementations that use Kotlin serialization.

As of Spring Framework 7.0, open polymorphism is supported.

Since:
6.0
Author:
Andreas Ahlenstorf, Sebastien Deleuze, Juergen Hoeller, Iain Henderson, Arjen Poutsma