ナビゲーションリンクをスキップ
ホーム
概要
クラス
使用
ツリー
非推奨
インデックス
検索
ヘルプ
Spring Framework
org.springframework.http.codec
KotlinSerializationBinaryDecoder
クラスの使用
org.springframework.http.codec.KotlinSerializationBinaryDecoder
KotlinSerializationBinaryDecoder
を使用するパッケージ
パッケージ
説明
org.springframework.http.codec.cbor
CBOR エンコーダーとデコーダーのサポート。
org.springframework.http.codec.protobuf
Google プロトコルバッファ
のエンコーダーとデコーダーを提供します。
org.springframework.http.codec.cbor
内の
KotlinSerializationBinaryDecoder
使用
org.springframework.http.codec.cbor
内の
KotlinSerializationBinaryDecoder
サブクラス
修飾子と型
クラス
説明
class
KotlinSerializationCborDecoder
バイトストリームを CBOR にデコードし、
kotlinx.serialization
でオブジェクトに変換します。
org.springframework.http.codec.protobuf
内の
KotlinSerializationBinaryDecoder
使用
org.springframework.http.codec.protobuf
内の
KotlinSerializationBinaryDecoder
サブクラス
修飾子と型
クラス
説明
class
KotlinSerializationProtobufDecoder
バイトストリームをプロトコルバッファにデコードし、
kotlinx.serialization
でオブジェクトに変換します。