-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mybaits-plus插件反序列化失败 #74
Comments
遇到了,现在有解决办法吗? |
弃坑了,jvm-sandbox-repeator处处遇坑。转研究arex了。 |
我倒是解决这个问题了。。。现在回放成功了 |
恭喜~~不过我没记错的话在序列化时候其实也有丢失ISqlSegement属性。 |
大佬怎么解决的,也遇到了 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
反序列化失败类:com.baomidou.mybatisplus.core.conditions.segments.MergeSegments
异常栈:
序列化时
反序列化时
序列化时_offset=610,反序列化时:_offset=605
反序列化时创建NormalSegmentList对象时,没能还原NormalSegmentList类,只是父类ArrayList,导致属性缺失,反序列化时字节流offset对应不上。
MergeSegments类的normal、groupBy、having、orderBy属性,都是复杂的集合类。反序列化都会面临这个问题。
有大佬遇到过这个问题吗?
The text was updated successfully, but these errors were encountered: