We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@ExclusionPolicy(policy="ALL")
Object is serialized with properties that have @Expose annotation.
@Expose
Notice: Undefined index: value
Using just @ExclusionPolicy("ALL") solves the problem but it would be nice to use @ExclusionPolicy(policy="ALL") as well.
@ExclusionPolicy("ALL")
The text was updated successfully, but these errors were encountered:
fixed via #1106
Sorry, something went wrong.
No branches or pull requests
Steps required to reproduce the problem
@ExclusionPolicy(policy="ALL")
to class.Expected Result
Object is serialized with properties that have
@Expose
annotation.Actual Result
Using just
@ExclusionPolicy("ALL")
solves the problem but it would be nice to use@ExclusionPolicy(policy="ALL")
as well.The text was updated successfully, but these errors were encountered: