クラス AbstractKotlinSerializationHttpMessageConverter<T extends kotlinx.serialization.SerialFormat>

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

public abstract class AbstractKotlinSerializationHttpMessageConverter<T extends kotlinx.serialization.SerialFormat> extends AbstractGenericHttpMessageConverter<ObjectSE>
Kotlin 直列化を使用する HttpMessageConverter 実装の抽象基本クラス。
導入:
6.0
作成者:
Andreas Ahlenstorf, Sebastien Deleuze, Juergen Hoeller, Iain Henderson, Arjen Poutsma