Replies: 1 comment
-
我不想因为这个反序列化问题,多引入一个 FastJson 😂 ![]() |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
类似FastJson 这样的注解操作实现的功能:这个在跟外部三方接口对接的时候,尤其是对接多家接口,做统一标准化的时候,很实用。
我看了已提供的最大可能的方法: cn.hutool.json.JSONUtil#toBean(java.lang.String, cn.hutool.json.JSONConfig, java.lang.Class)
JSONConfig中没有找到我想要的配置,是我错过了什么知识点吗?欢迎告知,谢谢!
Beta Was this translation helpful? Give feedback.
All reactions