[root]/xstream/src/java/com/thoughtworks/xstream/converters
basic
(19 files, 515 lines)
collections
(10 files, 552 lines)
composite
(0 files, 0 lines)
enums
(3 files, 177 lines)
extended
(25 files, 1225 lines)
base64
(0 files, 0 lines)
javabean
(4 files, 588 lines)
lookup
(0 files, 0 lines)
old
(0 files, 0 lines)
reference
(0 files, 0 lines)
reflection
(14 files, 1864 lines)
Adjust svn properties.
0 lines of code changed in:
Improve output of ConversionException.
4 lines of code changed in:
updated @since
2 lines of code changed in:
Add @since to new methods.
4 lines of code changed in:
Rename AttributeAliasingMapper to AttributeMapper.
Renamed XStream.aliasAttribute() to XStream.useAttributeFor().
4 lines of code changed in:
Converter for TextAttribute to prevent failing Deserialization due to uninitialized members.
3 lines of code changed in:
Undo changes of 720 (broke JDK 1.5).
Simplified access to reflectionProvider in derived classes of AbstractReflectionConverter.
2 lines of code changed in:
Remove unused method, that was lately introduced.
0 lines of code changed in:
XSTR-278: Applied patch from Guilherme Silveira with minor modifications.
13 lines of code changed in:
Refactored to have XStream facade use registerConverter() for both Converters and SingleValueConverters.
AbstractSingleValueConverter now only implements SingleValueConverter interface.
0 lines of code changed in:
XSTR-269: Added support for attributes to ReflectionConverter.
46 lines of code changed in:
XSTR-273: Added ConverterMatcher and SingleValueConverter interfaces. Refactored Converter to extend ConverterMatcher.
Added AbstractSingleValueConverter to replace AbstractBaseConverter, which is now deprecated.
61 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.
0 lines of code changed in:
Misc code cleanup and tiny performance tweaks.
2 lines of code changed in:
Converters can now be registered with priorities associated. This allows finer grain customisation by end users. It also replaces the need for the concept of a 'default converter'
1 lines of code changed in:
Support for ObjectInputStream.registerValidatation(ObjectInputValidation)
2 lines of code changed in:
XSTR-118: Provided mechanism to access wrapped exception for JDK 1.3
3 lines of code changed in:
Added DataHolder interface, implemented by (Un)MarshallingContext allowing arbitary objects to be held while walking the object graph.
19 lines of code changed in:
XSTR-97: If a duplicate element is found when unmarshalling a class, an exception is thrown.
4 lines of code changed in:
XSTR-73: Support for multidimensional arrays
17 lines of code changed in:
(18 more)