[root]/xstream/src/java/com/thoughtworks/xstream/mapper
Fix aliasing of inherited fields (XSTR-387).
4 lines of code changed in:
Fix aliasing of native types (XSTR-375).
18 lines of code changed in:
Fix javadoc.
32 lines of code changed in:
java 1.3 and annotations support for specific (field as attribute feature) and (field aliasing)
183 lines of code changed in:
Adjust svn properties.
0 lines of code changed in:
updated @since
2 lines of code changed in:
Refactored XmlFriendlyMapper to move common functionality into an abstract class, inherited by XStream11XmlFriendlyMapper
for 1.1 compatibility.
Modified AbstractAcceptanceTestCase to use XStream instance with new 1.2 XmlFriendlyReplacer by default and updated tests accordingly.
Commented 2-3 tests that still fail with new XStream instance (search for FIXME).
131 lines of code changed in:
Removed XmlMapperConfiguration. Refactored XmlFriendlyMapper to old hard-coded replacement strings.
63 lines of code changed in:
14% performance improvement!
2 lines of code changed in:
Made XmlFriendlyMapper replacement strings configurable.
35 lines of code changed in:
Clean-up alias handling.
65 lines of code changed in:
Add CGLIB Enhancer support.
38 lines of code changed in:
Add converter for java.nio.charset.Charset.
Add alias support for classes of a specific type.
21 lines of code changed in:
XStream can marshal itself (XSTR-50).
XStream can marshal itself into a XStream (XSTR-227).
Use FastStack instead of LinkedList in Dom4JWriter.
Prepare Dom4JWriter for DriverEndToEndTest with ObjectStreams.
Fix StatefulWriter barfing wrongly on writing same attributes in different nesting levels.
8 lines of code changed in:
Normalize serialized XStream xml.
21 lines of code changed in:
Fix initialization of attribute name for classes.
1 lines of code changed in:
Ongoing work on XStream self-serialization (XSTR-50).
53 lines of code changed in:
Add attribute aliasing.
93 lines of code changed in:
Rename AttributeAliasingMapper to AttributeMapper.
Renamed XStream.aliasAttribute() to XStream.useAttributeFor().
87 lines of code changed in:
Support attribute aliases based on the field type (XSTR-287).
32 lines of code changed in:
(22 more)