zrlw commented on issue #54: URL: https://github.com/apache/dubbo-hessian-lite/issues/54#issuecomment-987529444
如果org.bson.types.ObjectId直接有readResolve,那么应该是支持的,但是它是内部类里面实现的,hessian为了执行高效没有去查内部类,还有你说的jdk9之类的List.of这些可能都不是hessian的菜吧,搞这些东西之后可能会把hessian的执行效率降低到java序列化一个档次。 要完整支持序列化,可能要用java序列化而不是hessian了。 -- 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-unsubscr...@dubbo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For additional commands, e-mail: notifications-h...@dubbo.apache.org