Directory xstream/src/java/com/thoughtworks/xstream/objecttree/reflection/

Directory Created:
2003-09-26 12:08
Directory Deleted:
2004-03-07 11:31
Total Files:
0
Deleted Files:
4
Lines of Code:
0

Browse with ViewVC

[root]/xstream/src/java/com/thoughtworks/xstream/objecttree/reflection

Lines of Code

xstream/src/java/com/thoughtworks/xstream/objecttree/reflection/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
joe 12 (100.0%) 20 (100.0%) 1.6

Most Recent Commits

joe 2004-03-07 11:31

Moved remaining reflection related code into correct package. No more objecttree.

0 lines of code changed in:

joe 2003-10-26 13:37

Added ObjectFactory implementation that uses pure Java reflection instead of the internal Sun stuff. This will work on all JVMs but limits the type of objects that can be deserialized.

8 lines of code changed in:

joe 2003-10-25 18:54

XStream throws an exception if a circular reference is detected (rather than causing a stack overflow)

0 lines of code changed in:

joe 2003-09-29 19:03

A weekend worth of changes with no home connectivity

- added XMLReaderDriver abstraction to allow easy switching of XML parsers

- StringBuffer converter

- XMLReader test cases

- W3C DOM XMLReader impl (removes DOM4J dependency)

- Refactoring: Converters now determine whether they can handle a type

- XStream facade: added methods to allow custom XMLReader/Writers to be used

- Refactoring: XMLWriter has more sensible test names

- Static/final/transient fields are not serialized

10 lines of code changed in:

joe 2003-09-26 12:08

Initial commit

2 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT