mattwmj commented on issue #2768: Failed to deserialize DefaultAopProxyFactory URL: https://github.com/apache/skywalking/issues/2768#issuecomment-496738139 > > Also, is it possible for SkyWalking to add static serialize UID that consistent to the original class when enhance serializable classes? > > We don't do that, because it meaningless for us, and could cause more issue. Also from my experience, this ID should not require updated even SkyWalking change the class structure. I understand. I want to ask question about Byte Buddy and enhancement used in SkyWalking agent. Do you know that enhancement generates any random named fields or methods on DefaultAopProxyFactory? If does, is there anyway I can avoid random name. Since I think theoretically, enhanced classes with exactly same fields and methods would have same serialization version uid.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
