zrlw commented on issue #8742: URL: https://github.com/apache/dubbo/issues/8742#issuecomment-917814092
fooParsed.toFullString(): dubbo://100:[email protected]:20880/context/path?application=morgan&noValue=z&version=1.0.0 只是顺序发生了变化而已。 你可能是对URL这个类不是很了解,不是所有的类默认都支持protostuff,如果你坚持使用protostuff做序列化,需要先搞清楚你使用的类是否对所有属性都做了默认序列化,如果没有,需要自己去定制,就像URL的toFullString和toSerializableURL方法那样自己去实现。 -- 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]
