クラスの使用
org.springframework.http.converter.AbstractKotlinSerializationHttpMessageConverter
パッケージ
説明
HttpMessageConverter 抽象化を提供して、Java オブジェクトと HTTP 入出力メッセージ間で変換します。
CBOR データ形式の HttpMessageConverter を提供します。
JSON を処理するための HttpMessageConverter 実装を提供します。
Google プロトコルバッファを処理するための HttpMessageConverter 実装を提供します。
org.springframework.http.converter 内の AbstractKotlinSerializationHttpMessageConverter 使用
修飾子と型クラス説明classKotlinSerializationBinaryHttpMessageConverter<T extends kotlinx.serialization.BinaryFormat>Kotlin バイナリシリアライザーに従うHttpMessageConverter実装の抽象基本クラス。classKotlinSerializationStringHttpMessageConverter<T extends kotlinx.serialization.StringFormat>Kotlin 文字列シリアライザーに従うHttpMessageConverter実装の抽象基本クラス。org.springframework.http.converter.cbor 内の AbstractKotlinSerializationHttpMessageConverter 使用
org.springframework.http.converter.json 内の AbstractKotlinSerializationHttpMessageConverter 使用
org.springframework.http.converter.protobuf 内の AbstractKotlinSerializationHttpMessageConverter 使用
org.springframework.http.converter.protobuf 内の AbstractKotlinSerializationHttpMessageConverter サブクラス