This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
从1.2.69版本开始,ParserConfig.getGlobalInstance().putDeserializer(String.class, new TrimStringDeserializer());失效了 #3279
Milestone
Comments
llsi4275
changed the title
从1.2.69版本开始,在反序列化时,不会调用StringCodec类对字符串处理~~~
从1.2.69版本开始,ParserConfig.getGlobalInstance().putDeserializer(String.class, new TrimStringDeserializer());失效了
Jun 18, 2020
@Omega-Ariston 在1.2.69+的版本中,指定全局Deserializer的功能又失效了... |
wenshao
added a commit
that referenced
this issue
Jun 21, 2020
wenshao
added a commit
that referenced
this issue
Jun 21, 2020
@wenshao
传入参数: |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
从1.2.69版本开始,在反序列化时,使用ParserConfig.getGlobalInstance().putDeserializer(String.class, new TrimStringDeserializer());方式对全局的字符串处理不生效了,调用不到了。。。
我们从1.2.60版本使用这个功能,最近换成新版本后,发现失效了...
试了1.2.60-1.2.68之间的所有版本都可以使用。但换成1.2.69之后,就无法使用了。
如果到每个字段上去写,太麻烦,也太low了一点,有没有其它办法呢?
The text was updated successfully, but these errors were encountered: