[root]/xstream/src/java/com/thoughtworks/xstream/io
binary
(4 files, 714 lines)
copy
(1 files, 41 lines)
json
(2 files, 256 lines)
path
(5 files, 404 lines)
squidgey
(0 files, 0 lines)
xml
(36 files, 3856 lines)
xpp3
(0 files, 0 lines)
xppdom
(2 files, 225 lines)
Document moveUp & moveDown (XSTR-383).
7 lines of code changed in:
Adjust svn properties.
33 lines of code changed in:
XSTR-321: Applied patch2 from Paul Hammant.
41 lines of code changed in:
First cut at binary serialization.
4 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.
20 lines of code changed in:
Added new StatefulWriter as general solution for XSTR-244 and preparation for XSTR-276 and XSTR-283.
147 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:
Fix wrong or missing @since entries.
2 lines of code changed in:
Added XStream.toXML(OutputStream) and XStream.fromXML(InputStream).
(Pointed out by Dominik Wagenknecht)
6 lines of code changed in:
Merged NamespaceAwareDriver interface into HierarchicalStreamDriver
7 lines of code changed in:
HierarchicalStreamDriver now includes createWriter() method. Most implementations still return PrettyPrintWriter, but this moves the hardcoding out of the XStream facade.
3 lines of code changed in:
Fixed namespace handling with StAX and added a bunch more test cases to ensure we respect both repairing modes as well as fixing the toXML() methods on XStream to use the StAX driver
0 lines of code changed in:
Merged StaxReader and XppReader features into AbstractPullReader.java. Fixed a bunch of subtle pull reading bugs.
35 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.
119 lines of code changed in:
Added HierarichalStreamReader.getAttributeNames(). Contributed by Trygve Laugstol.
7 lines of code changed in:
JIRA:XSTR-104 HierarchicalStreamReader now exposes all available attributes to the Converter implementations
15 lines of code changed in:
XSTR-179: Support for ObjectInputStream.registerValidation(ObjectInputValidation).
XSTR-178: Serialized inner class now maintains reference to outer class.
87 lines of code changed in:
XSTR-118: Provided mechanism to access wrapped exception for JDK 1.3
4 lines of code changed in:
Deprecated peekUnderlyingNode
1 lines of code changed in:
Added lots of helpful information to the ConversionException upon unmarshalling.
8 lines of code changed in:
(6 more)