Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

deserialize does not work expected when @type is not the first element. #18

@bingoohuang

Description

@bingoohuang

I have a class with two properties: firstName and lastName (will full getters and setters).

JSON.parse("{"firstName":"first","@type":"demo.JsonTest$JSONDemo","lastName":"last"}");

will ignore firstName left it null value.

Is this a bug or designed?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions