-
Notifications
You must be signed in to change notification settings - Fork 510
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
[FEATURE]实现了ObjectReader如何获得Type #594
Labels
enhancement
New feature or request
Milestone
Comments
能提供重现问题的testcase么? |
print |
wenshao
added a commit
that referenced
this issue
Jul 30, 2022
https://oss.sonatype.org/content/repositories/snapshots/com/alibaba/fastjson2/fastjson2/2.0.11-SNAPSHOT/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
请描述您的需求或者改进建议
对您想要需求或建议的清晰简洁的描述。
在Fastjson1中
实现
ObjectDeserializer
可以获得反序列化的Type如下在Fastjson2中
实现
ObjectReader
的readObject方法时,发现这个type是null, 如下那么在fastjson2中,如何像fastjson1中那样获得反序列化的Type呢
请描述你建议的实现方案
对您想要需求或建议的实现方案的详细描述。
描述您考虑过的替代方案
对您考虑过的任何替代解决方案或功能的描述。
附加信息
如果你还有其他需要提供的信息,可以在这里填写(可以提供截图、视频等)。
The text was updated successfully, but these errors were encountered: