You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically, if Gson is created with a version number that exceeds the value stored in the Until annotation then the field will be ignored from the JSON output.
However, the Excluder that implements this logic rejects if a field if the version number exceeds or is equal to the version in @Until.
The text was updated successfully, but these errors were encountered:
Based on this Stack Overflow question.
@Until
is specified asHowever, the
Excluder
that implements this logic rejects if a field if the version number exceeds or is equal to the version in@Until
.The text was updated successfully, but these errors were encountered: