简体   繁体   English

是否有与protobuf 3兼容的Spring HTTP消息转换器?

[英]Is there a protobuf 3 compatible Spring HTTP message converter?

There's a org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter that can be used to convert protobuf generated java message classes, but it's tested only with protobuf version 2.5 有一个org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter可用于转换protobuf生成的Java消息类,但仅在protobuf 2.5版中进行了测试

Is there a version compatible with the version 3 of protobuf? 是否有与protobuf的版本3兼容的版本?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 咨询Spring MVC HTTP消息转换器 - Advice spring mvc http message converter 如何实现自定义 Spring Http 消息转换器以编写类型化集合 - How to implement a custom Spring Http Message Converter for writing a typed Collection 消息转换器在春季无法正常工作 - Message converter not working in spring 春季启动:失败..写HTTP消息:springframework.http.converter.HttpMessageNotWritableException - Spring Boot: Failed .. write HTTP message: springframework.http.converter.HttpMessageNotWritableException Spring JMS JSON消息转换器 - Spring JMS json message converter 侦听器中的Spring RabbitMQ自定义消息转换器 - Spring RabbitMQ custom message converter in listener 发布时Spring RestTemplate消息转换器优先级 - Spring RestTemplate message converter priority when posting 用于控制器的Spring自定义json消息转换器 - spring custom json message converter for controller 无法写入HTTP消息:org.springframework.http.converter.HttpMessageNotWritableException: - Failed to write HTTP message: org.springframework.http.converter.HttpMessageNotWritableException: 无法读取HTTP消息:org.springframework.http.converter.HttpMessageNotReadableException - Failed to read HTTP message: org.springframework.http.converter.HttpMessageNotReadableException
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM