[root]/xstream/src/test/com/thoughtworks/xstream/io/path
Adjust svn properties.
0 lines of code changed in:
Optimize solution for XSTR-288.
18 lines of code changed in:
Deprecate ClassMapper, CannotResolveClassException and NameMapper to remove alias package at all in later verrsions.
Remove any deprecated stuff from 1.1.x.
2 lines of code changed in:
Give Eclipse-friendly name.
1 lines of code changed in:
Cleanup:
* Added JavaDoc for XPath libraray.
* Removed some long dead code and use of deprecated methods.
* Extracted ReaderWrapper/WriterWrapper from PathTrackingReader/Writer to make it easy to create other decorators.
29 lines of code changed in:
Introduced Path object to encapsulate an XPath reference, which was previously a String. This allows the object to have behavior and caching (and reduces the need for repetitive string manipulation).
66 lines of code changed in:
XSTR-38: Can now use relative XPath for references instead of ids. Full object graph support without adding fluff to the XML.
0 lines of code changed in:
New marshaller that uses XPath instead of IDs for dealing with references. Produces much cleaner XML.
45 lines of code changed in:
Created a QuickWriter that's a bit like a BufferedWriter, only ermm quicker.
3 lines of code changed in:
Renamed methods on HierarchicalReader/Writer to be less xmlish
8 lines of code changed in:
Renamed XMLReader/Writer related classes/interfaces/packages to be less XML like and more general heirachy like.
174 lines of code changed in: