パッケージ org.springframework.http.codec.protobuf
@NonNullApi @NonNullFields パッケージ org.springframework.http.codec.protobuf
Google プロトコルバッファのエンコーダーとデコーダーを提供します。
- クラス説明バイトストリームをプロトコルバッファにデコードし、kotlinx.serialization でオブジェクトに変換します。バイトストリームをプロトコルバッファにデコードし、kotlinx.serialization でオブジェクトに変換します。Protobuf エンコードおよびデコードのサポートメソッドを提供する基本クラス。
HttpMessageWriter
は、protobufMessage
を書き込むことができ、X-Protobuf-Schema
、X-Protobuf-Message
ヘッダーを追加し、flux が直列化される場合はdelimited=true
パラメーターがコンテンツ型に追加されます。Message
を JSON として書き込むEncoder
。