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.

annotation.deserialize() 应该换成 !annotation.serialize() #1739

@hebaoning

Description

@hebaoning

if (annotation != null && annotation.deserialize()) {
continue;
}

比如这种情况:

@JSONField(serialize = false, deserialize = false)
public JSONObject getData() {...}

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