History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: XSTR-258
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Assignee: Unassigned
Reporter: Tino Sperlich
Votes: 0
Watchers: 0
Operations

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

Deserialize implicit collections to java.util.Set (e.g. TreeSet)

Created: 05/Dec/05 04:06 AM   Updated: 07/Aug/06 09:17 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 1.2


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

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Joerg Schaible - 15/Feb/06 05:37 PM
Any Collection type can now be used for an implicit collection and it will also respect the default implementation.