Class KotlinSerializationBinaryHttpMessageConverter<T extends kotlinx.serialization.BinaryFormat>

Type Parameters:
T - the type of BinaryFormat
All Implemented Interfaces:
HttpMessageConverter<Object>, SmartHttpMessageConverter<Object>
Direct Known Subclasses:
KotlinSerializationCborHttpMessageConverter, KotlinSerializationProtobufHttpMessageConverter

public abstract class KotlinSerializationBinaryHttpMessageConverter<T extends kotlinx.serialization.BinaryFormat> extends AbstractKotlinSerializationHttpMessageConverter<T>
Abstract base class for HttpMessageConverter implementations that defer to Kotlin binary serializers.

As of Spring Framework 7.0, open polymorphism is supported.

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