Issue Details (XML | Word | Printable)

Key: XSTR-408
Type: Improvement Improvement
Status: Open Open
Priority: Minor Minor
Assignee: Unassigned
Reporter: Benjamin Broll
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
XStream

@XStreamImplicit should support fields of type Map

Created: 13/Jun/07 12:46 PM   Updated: 03/Jan/08 07:15 PM
Component/s: Annotations
Affects Version/s: 1.2.2
Fix Version/s: Upcoming


 Description  « Hide
@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.



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Joerg Schaible added a comment - 03/Jan/08 07:15 PM
This can be only available for annotations if XStream core supports implicit maps as well.