Closed jerolba closed 10 months ago
Serializing
record Data(String name, List<Integer> ids) { }
If ids collection is empty, is serialized with null value instead of empty collection.
Group and start was missing on empty list
Serializing
If ids collection is empty, is serialized with null value instead of empty collection.