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

Key: XSTR-227
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Assignee: Unassigned
Reporter: Domenico Loiacono
Votes: 0
Watchers: 1
Operations

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

Load xstream alias by xml config file

Created: 17/Jun/05 05:49 AM   Updated: 07/Aug/06 09:22 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 1.2

Issue Links:
Supercedes
 


 Description  « Hide
It could be nice to load all xstream alias by an xml config file.

<class name="" alias="">
  <field name="" alias=""/>
</class>

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Joerg Schaible - 01/Apr/06 11:00 AM
An XStream instance can now be serialized. Support for enhanced mode or with PureJavaReflectionProvider using JDK 1.5.
Use new methods XStream.toSelfContainedXML and XStream.fromSelfContainedXML.