Added HTML reporter for benchmark report.
12 lines of code changed in:
More meaningful results from Metric.
34 lines of code changed in:
Added benchmarking harness so we can compare different configurations of XStream (and different products) against each other for specific metrics.
22 lines of code changed in:
Added JavaDoc
38 lines of code changed in:
First cut at binary serialization.
889 lines of code changed in:
Added HierStreamCopier that allows one format to be copied to another without the overhead of serialization.
This can be used for transforming documents serialized in XML to binary and vice-versa.
41 lines of code changed in:
Simplify
1 lines of code changed in:
27% performance improvement!
3 lines of code changed in:
14% performance improvement!
2 lines of code changed in:
Pruned some dead code, according to coverage report using acceptance test suite
6 lines of code changed in:
Made XStreamer methods not static.
9 lines of code changed in:
Removed some extra whitespace
32 lines of code changed in:
Added google analytics code
10 lines of code changed in:
testing svn
1 lines of code changed in:
bugfix to EnumSetConverter, allowing it to handle empty sets. Contributed by Baba Buehler
17 lines of code changed in:
Test
0 lines of code changed in:
Added XStream.toXML(OutputStream) and XStream.fromXML(InputStream).
(Pointed out by Dominik Wagenknecht)
149 lines of code changed in:
Misc code cleanup and tiny performance tweaks.
38 lines of code changed in:
Removed redundant PrintWriter. Thanks to Mathieu Champlon for pointing this out.
1 lines of code changed in:
Ignored tests that won't work on JDK 1.3
4 lines of code changed in:
(477 more)