Details
-
Type: Improvement
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.2
-
Component/s: None
-
Labels:None
Description
I would like to deserialize implicit collections to java.util.Set (e.g. TreeSet) implementations. So far implicit collections are always mapped to java.util.ArrayList , as documented and confirmed by Jörg Schaible.
Any Collection type can now be used for an implicit collection and it will also respect the default implementation.