标签: java spring spring-mvc converter protocol-buffers
有一个org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter可用于转换protobuf生成的java消息类,但它仅使用protobuf版本2.5测试
org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter
是否有与protobuf版本3兼容的版本?
答案 0 :(得分:0)
这是一个尚未完全测试的解决方案仍在git分支中:
https://github.com/bclozel/spring-framework/blob/SPR-13589/spring-web/src/main/java/org/springframework/http/converter/protobuf/ProtobufHttpMessageConverter.java