[root]/xstream/src/test/com/thoughtworks/xstream/converters/composite
Renamed ObjectWithFieldsConverter to rReflectionConverter
0 lines of code changed in:
Improved some test names to make more testdox friendly.
2 lines of code changed in:
Refactored sample objects in testcases to use commons-lang instead of custom equals/tostring/hashcode methods. Less code and less chance of human error.
3 lines of code changed in:
A weekend worth of changes with no home connectivity
- added XMLReaderDriver abstraction to allow easy switching of XML parsers
- StringBuffer converter
- XMLReader test cases
- W3C DOM XMLReader impl (removes DOM4J dependency)
- Refactoring: Converters now determine whether they can handle a type
- XStream facade: added methods to allow custom XMLReader/Writers to be used
- Refactoring: XMLWriter has more sensible test names
- Static/final/transient fields are not serialized
23 lines of code changed in:
Initial commit
0 lines of code changed in: