![]() | ![]() |
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 48 (100.0%) | 0 (-) | 0.0 |
mauro | 6 (12.5%) | 0 (-) | 0.0 |
joehni | 2 (4.2%) | 0 (-) | 0.0 |
joe | 40 (83.3%) | 0 (-) | 0.0 |
Merge changes from 1.2 branch.
0 lines of code changed in 2 files:
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.
0 lines of code changed in 1 file:
Changed version to snapshot following 1.1.3 release
0 lines of code changed in 1 file:
Release of version 1.1.3
0 lines of code changed in 5 files:
bugfix to EnumSetConverter, allowing it to handle empty sets. Contributed by Baba Buehler
0 lines of code changed in 2 files:
Added XStream.toXML(OutputStream) and XStream.fromXML(InputStream).
(Pointed out by Dominik Wagenknecht)
0 lines of code changed in 1 file:
Ability to prevent fields from being serialized by calling XStream.omitField() or by implementing Mapper.shouldSerializeMember()
0 lines of code changed in 1 file:
Updated website for 1.1.2 release.
0 lines of code changed in 4 files:
HierarchicalStreamDriver now includes createWriter() method. Most implementations still return PrettyPrintWriter, but this moves the hardcoding out of the XStream facade.
0 lines of code changed in 1 file:
It's now possible to change which chars are escaped in the PrettyPrintWriter by overriding the writeText()/writeAttributeValue() methods.
0 lines of code changed in 1 file:
Bugfix: Problem in XppReader and StaxReader that would cause hasMoreChildren() to return incorrect value, if called after getValue() for same node.
0 lines of code changed in 1 file:
JIRA:XSTR-186, Option to serialize JavaBeans using public accessors, rather than private fields (contributed by Andrea Aime).
0 lines of code changed in 2 files:
Performance improvement: caching of default implementations mapped to converters. Contributed by Hannes Havel.
0 lines of code changed in 1 file:
Added HierarichalStreamReader.getAttributeNames(). Contributed by Trygve Laugstol.
0 lines of code changed in 2 files:
JIRA:XSTR-104 HierarchicalStreamReader now exposes all available attributes to the Converter implementations
0 lines of code changed in 1 file:
JavaMethodConverter handles non private methods/constructors (thanks to Kevin Ring)
0 lines of code changed in 2 files:
Incorporated changed from Bryan Coleman for dealing with polymorphic enums
0 lines of code changed in 3 files:
Bugfix: Externalizable converter was not correctly resolving name of class to instantiate for any object that wasn't at the root of the tree.
0 lines of code changed in 1 file:
XSTR-199: Allow classloader to be changed using XStream.setClassLoader()
0 lines of code changed in 1 file:
XSTR-195: Support for loading of array classes for classes that have not yet been loaded.
0 lines of code changed in 1 file:
(11 more)