You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/06/14 02:06:03 UTC

[GitHub] [dubbo] chickenlj commented on issue #10071: Argument of Roaring64NavigableMap type threw exception

chickenlj commented on issue #10071:
URL: https://github.com/apache/dubbo/issues/10071#issuecomment-1154629326

   Hi @chenyongyin, I don't know the structure of Roaring64NavigableMap and why you need to serialize it.
   
   ```java
   java.lang.RuntimeException: Serialized class org.roaringbitmap.RoaringBitmapSupplier must implement java.io.Serializable
   Java field: private org.roaringbitmap.BitmapDataProviderSupplier
   ```
   
   But the exception shows that this class cannot work together with hessian2 well. So you need to think of other ways to achieve that, for example, using some other serialization protocols supported by Dubbo.
   


-- 
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