[root]/xstream/src/java/com/thoughtworks/xstream/xml/text
Renamed XMLReader/Writer related classes/interfaces/packages to be less XML like and more general heirachy like.
0 lines of code changed in:
Now supports arrays! Wahey!
Even arrays with null values in them.
PrettyPrintXMLWriter now writes empty tags like <blah/>
14 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
4 lines of code changed in:
Initial commit
4 lines of code changed in: