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

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

Open
hebaoning opened this issue Feb 13, 2018 · 1 comment
Open

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

hebaoning opened this issue Feb 13, 2018 · 1 comment

Comments

@hebaoning
Copy link

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

比如这种情况:

@JSONField(serialize = false, deserialize = false)
public JSONObject getData() {...}
@wenshao
Copy link
Member

wenshao commented Feb 18, 2018

添加了testcase,验证没问题啊

wenshao added a commit that referenced this issue Feb 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants