程序包 cn.taketoday.http.converter.protobuf
@NonNullApi
@NonNullFields
package cn.taketoday.http.converter.protobuf
Provides an HttpMessageConverter implementation for handling
Google Protocol Buffers.
-
类说明An
HttpMessageConverterthat reads and writescom.google.protobuf.Messagesusing Google Protocol Buffers.Protobuf format support.ProtobufHttpMessageConverter.ProtobufFormatSupportimplementation used whencom.googlecode.protobuf.format.FormatFactoryis available.ProtobufHttpMessageConverter.ProtobufFormatSupportimplementation used whencom.google.protobuf.util.JsonFormatis available.Subclass ofProtobufHttpMessageConverterwhich enforces the use of Protobuf 3 and its official library"com.google.protobuf:protobuf-java-util"for JSON processing.