クラス KotlinSerializationBinaryHttpMessageConverter<T extends kotlinx.serialization.BinaryFormat>

型パラメーター:
T - BinaryFormat の型
実装されたすべてのインターフェース:
GenericHttpMessageConverter<ObjectSE>HttpMessageConverter<ObjectSE>
既知の直属サブクラス
KotlinSerializationCborHttpMessageConverterKotlinSerializationProtobufHttpMessageConverter

public abstract class KotlinSerializationBinaryHttpMessageConverter<T extends kotlinx.serialization.BinaryFormat> extends AbstractKotlinSerializationHttpMessageConverter<T>
Kotlin バイナリシリアライザーに従う HttpMessageConverter 実装の抽象基本クラス。
導入:
6.0
作成者:
Andreas Ahlenstorf, Sebastien Deleuze, Juergen Hoeller, Iain Henderson, Arjen Poutsma