Directory website/src/content/

Total Files:
6
Deleted Files:
0
Lines of Code:
0

[root]/website/src/content

Developers

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

Most Recent Commits

joehni 2006-08-19 13:59 Rev.: 938

Merge changes from 1.2 branch.

0 lines of code changed in 2 files:

  • website/src/content: download.html (changed), index.html (changed)
joe 2006-06-04 14:52 Rev.: 861

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:

  • website/src/content: changes.html (changed)
mauro 2006-01-16 07:23 Rev.: 657

Changed version to snapshot following 1.1.3 release

0 lines of code changed in 1 file:

  • website/src/content: changes.html (changed)
mauro 2006-01-15 14:47 Rev.: 655

Release of version 1.1.3

0 lines of code changed in 5 files:

  • website/src/content: changes.html (changed), download.html (changed), index.html (new), news.html (changed)
joe 2005-09-13 07:57 Rev.: 609

bugfix to EnumSetConverter, allowing it to handle empty sets. Contributed by Baba Buehler

0 lines of code changed in 2 files:

  • website/src/content: changes.html (changed), team.html (changed)
joe 2005-08-06 18:59 Rev.: 605

Added XStream.toXML(OutputStream) and XStream.fromXML(InputStream).
(Pointed out by Dominik Wagenknecht)

0 lines of code changed in 1 file:

  • website/src/content: changes.html (changed)
joe 2005-06-20 15:32 Rev.: 601

Ability to prevent fields from being serialized by calling XStream.omitField() or by implementing Mapper.shouldSerializeMember()

0 lines of code changed in 1 file:

  • website/src/content: changes.html (changed)
joe 2005-04-30 07:56 Rev.: 593

Updated website for 1.1.2 release.

0 lines of code changed in 4 files:

  • website/src/content: download.html (new), news.html (new)
joe 2005-04-30 06:14 Rev.: 588

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:

  • website/src/content: changes.html (changed)
joe 2005-04-30 04:40 Rev.: 586

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:

  • website/src/content: changes.html (changed)
joe 2005-04-16 06:22 Rev.: 555

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:

  • website/src/content: changes.html (changed)
joe 2005-04-12 02:15 Rev.: 554

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:

  • website/src/content: changes.html (changed), team.html (changed)
joe 2005-04-10 17:09 Rev.: 553

Performance improvement: caching of default implementations mapped to converters. Contributed by Hannes Havel.

0 lines of code changed in 1 file:

  • website/src/content: team.html (changed)
joe 2005-04-09 12:06 Rev.: 545

Added HierarichalStreamReader.getAttributeNames(). Contributed by Trygve Laugstol.

0 lines of code changed in 2 files:

  • website/src/content: changes.html (changed), team.html (changed)
joe 2005-04-09 10:53 Rev.: 543

JIRA:XSTR-104 HierarchicalStreamReader now exposes all available attributes to the Converter implementations

0 lines of code changed in 1 file:

  • website/src/content: changes.html (changed)
joe 2005-03-24 03:15 Rev.: 537

JavaMethodConverter handles non private methods/constructors (thanks to Kevin Ring)

0 lines of code changed in 2 files:

  • website/src/content: changes.html (changed), team.html (changed)
joe 2005-03-20 15:07 Rev.: 534

Incorporated changed from Bryan Coleman for dealing with polymorphic enums

0 lines of code changed in 3 files:

  • website/src/content: changes.html (changed), team.html (changed)
joe 2005-03-20 11:43 Rev.: 532

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:

  • website/src/content: changes.html (changed)
joe 2005-03-07 16:46 Rev.: 523

XSTR-199: Allow classloader to be changed using XStream.setClassLoader()

0 lines of code changed in 1 file:

  • website/src/content: changes.html (changed)
joe 2005-02-28 16:41 Rev.: 518

XSTR-195: Support for loading of array classes for classes that have not yet been loaded.

0 lines of code changed in 1 file:

  • website/src/content: changes.html (changed)

(11 more)