Skip to content
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

[BUG] Exception on deserializing Stack<Foo> fields #3206

Open
ryuujo1573 opened this issue Dec 14, 2024 · 0 comments
Open

[BUG] Exception on deserializing Stack<Foo> fields #3206

ryuujo1573 opened this issue Dec 14, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@ryuujo1573
Copy link

问题描述

简要描述您碰到的问题。

I wrote a class with a stack list, typed as Stack<StackItem>.
Deserializing such field from JSON Array will cause an exception:

com.alibaba.fastjson2.JSONException: expect {, but [, class null, parent fieldName moduleStackLocations

环境信息

请填写以下信息:

  • OS信息: Android
  • JDK信息: JDK 8
  • 版本信息: com.alibaba.fastjson2:fastjson2:2.0.53.android8

重现步骤

如何操作可以重现该问题:

As provided above.

//可在此输入示例代码

期待的正确结果

对您期望发生的结果进行清晰简洁的描述。

Stack is both List and Serializable, and thus should not be treated as object {}.

相关日志输出

请复制并粘贴任何相关的日志输出。

as-is

附加信息

如果你还有其他需要提供的信息,可以在这里填写(可以提供截图、视频等)。

@ryuujo1573 ryuujo1573 added the bug Something isn't working label Dec 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant