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
{{ message }}
This repository has been archived by the owner on Jan 22, 2019. It is now read-only.
Seems like fix for #69 should be generalized slightly, to apply not only to root-level values but also to "wrap as array", or serializing arrays/Lists.
If I serialize a List of objects, e.g. a list of POJOs and the list contains null values, the next line after the null value is corrupt.
Example:
gets serialized to
instead of the expected output of
Tested with 2.5.4 and 2.6.0-rc4.
Here is a complete test case:
The text was updated successfully, but these errors were encountered: