Closed jerolba closed 3 months ago
Serializing
record Data(String name, List<Integer> ids) { }
If ids collection is empty, is serialized with null value instead of empty collection.
For 3-level collections was already fixed, but not reviewed for 2-level one
Serializing
If ids collection is empty, is serialized with null value instead of empty collection.
For 3-level collections was already fixed, but not reviewed for 2-level one