-
Notifications
You must be signed in to change notification settings - Fork 511
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[BUG]hutool中CaseInsensitiveMap、CaseInsensitiveLinkedMap等相关的map类型序列化问题 #2458
Comments
https://oss.sonatype.org/content/repositories/snapshots/com/alibaba/fastjson2/fastjson2/2.0.50-SNAPSHOT/ |
Map.class.isAssignableFrom(objectClass) 这种方式是否可行 |
有些Map的实现的字段不能忽略的,不可行 |
好的 能在类上通过加注解或者其他方式解决吗 |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
问题描述
简要描述您碰到的问题。
环境信息
请填写以下信息:
重现步骤
如何操作可以重现该问题:
xxx.xxx
方法...
数据...
错误期待的正确结果
对您期望发生的结果进行清晰简洁的描述。
2种序列化结果一致
相关日志输出
请复制并粘贴任何相关的日志输出。
{"raw":{"a":"V"}}
{"a":"V"}
附加信息
如果你还有其他需要提供的信息,可以在这里填写(可以提供截图、视频等)。
The text was updated successfully, but these errors were encountered: