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
JonathanO edited this page Jun 2, 2012
·
1 revision
JsonIgnoreProperties
The de-serializer will normally log warnings when it encounters properties in the JSON that it does not know how to de-serializer. This annotation allows you to suppress these warnings, either for a named set of fields, or for all unknowns.
Parameters
names (string[])
Array of properties to ignore
ignoreUnknown (bool)
If true then ignore all unknown properties (defaults to false)