Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.2.2
-
Fix Version/s: 1.x Maintenance
-
Component/s: Core
-
Labels:None
Description
It happened more than once that users declare an implicit collection for a member that is not of a Collection type. However, XStream neither chokes at declaration nor at serialization, but it fails to deserialize the generated XML.
Such an attempt throws now an InitializerException.