Class KotlinSerializationBinaryHttpMessageConverter<T extends kotlinx.serialization.BinaryFormat>

Type Parameters:
T - the type of BinaryFormat
All Implemented Interfaces:
GenericHttpMessageConverter<Object>, HttpMessageConverter<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.
Since:
6.0
Author:
Andreas Ahlenstorf, Sebastien Deleuze, Juergen Hoeller, Iain Henderson, Arjen Poutsma