クラス KotlinSerializationStringHttpMessageConverter<T extends kotlinx.serialization.StringFormat>

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

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