Package org.springframework.http.codec.protobuf
@NonNullApi
@NonNullFields
package org.springframework.http.codec.protobuf
Provides an encoder and a decoder for
 Google Protocol Buffers.
- 
ClassesClassDescriptionBase class providing support methods for Protobuf encoding and decoding.HttpMessageWriterthat can write a protobufMessageand addsX-Protobuf-Schema,X-Protobuf-Messageheaders and adelimited=trueparameter is added to the content type if a flux is serialized.