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