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
As per proposal on dev mailing list, I think it makes sense to make all referential types, like:
AtomicReference
JDK Optional
Guava Optional
work so that "absent" case (where non-null reference value refers to null or "absent") will match "empty" and "default" inclusion criteria, but NOT "null", for purposes of serialization filtering.