601724080
601724080
系统:win10 JDK:1.8.0_321 Fastjson: 2.0.20 也出现上述问题,@ref反序列化后得到的是$ref指向的地址  Fastjson版本降到1.2.83后$ref反序列化后得到的是null,但是存在富文本反序列化卡死问题,在1.2.83基础上增加Feature.DisableSpecialKeyDetect来进行序列化卡死问题得到解决,但是@ref反序列化后得到的又是$ref指向的地址   这个问题能优先修复吗?
Sorry, My PC don‘t work until today。 It's roughly written like this: ``` agentBuilder.with(AgentBuilder.RedefinitionStrategy.RETRANSFORMATION) .with(new RedefinitionListener()) .type(pluginFinder.buildMatch()) .transform(new BaseTransformer(pluginFinder)) .with(new TransformListener()) .installOn(instrumentation); ``` And the BaseTransformer implements AgentBuilder.Transformer。
I‘ll have a try, thank you.