wxbty commented on issue #12463:
URL: https://github.com/apache/dubbo/issues/12463#issuecomment-2009627833

   > 
我也是一样,使用的dubbo3.2.1,官方文档推荐使用fastjson2序列化,目前试过使用protobuf、fastjson2、hession2,只有hession2是可以的,其他都报错
   
   测试确实如此,看了下代码,默认没有其他实现。
   
![image](https://github.com/apache/dubbo/assets/38374721/c33b5da0-8ca1-4be0-9e9d-abfeda05fdc4)
   
   其他序列化协议实现在dubbo-spi-extensions仓库。
   
![image](https://github.com/apache/dubbo/assets/38374721/c1ad459c-1405-4916-b97f-b8fcfe41c73a)
   
   引入对应依赖解决。
   
   
文档待更新:https://cn.dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/serialization/protobuf/
   
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to