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
The specification document is clear about null serialization for Arrays (section 3.14.2) however it is not clear about nulls and collections.
Yasson by default omits javabean properties with null values during serialization, but treats collections same as arrays, resulting in preserving nulls for them in JSON document. Is that behaviour correct? If so can section 3.14.2 be updated to include collections?