Details
-
Type: Improvement
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 1.2.2
-
Fix Version/s: 1.4
-
Component/s: Annotations
-
Labels:None
Description
@XStreamImplicit only supports fields of type Collection but there does not seem to be any compelling reason for why this behaviour shouldn't be extended to fields of type Map.
Developer mailing list conversation extract:
BB> 1. @XStreamImplicit doesn't work on Map fields.
GS>> True.
GS>>I dont know what was the decision at that point, but we could surely make
GS>> it work with Maps, have you seen Annotations.java sourcecode? We can make
GS>> it somehow available.
Issue Links
- depends upon
-
XSTR-306 Implicit Key Support
This can be only available for annotations if XStream core supports implicit maps as well.