You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "gagafuture (via GitHub)" <gi...@apache.org> on 2023/04/07 03:44:41 UTC

[GitHub] [dubbo] gagafuture commented on issue #9527: 是否支持接口默认方法

gagafuture commented on issue #9527:
URL: https://github.com/apache/dubbo/issues/9527#issuecomment-1499900426

   > 用函数式接口作为参数的话,consumer 调用的时候不要用 lambda 表达式,需要新写一个类,实现对应的函数式接口和Serializable接口,然后传递该类实例
   > 
   > 目前 dubbo 默认的 hessian 不支持lambda表达式的反序列化,我会看一下能否实现一下
   @juzi214032 按照这个方式,我新建了一个函数式方法,自定义的时候就实现了序列化,但在dubbo请求的时候发现传输到服务端的时候变成了null
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org