August 2004 Commit Log

Number of Commits:
28
Number of Active Developers:
1
joe 2004-08-26 02:36 Rev.: 341

Added aliasing of implicit collections. (By Martin Weindel).

408 lines of code changed in 12 files:

joe 2004-08-25 02:46 Rev.: 340

Removed unnecessary caching

4 lines of code changed in 1 file:

joe 2004-08-24 16:34 Rev.: 339

Added converter for any class that implements java.io.Externalizable

142 lines of code changed in 3 files:

joe 2004-08-24 16:32 Rev.: 338

Added support for writeReplace() standard serialization mechanism.
Changed XML structure of items written directly to ObjectOutputStream.

240 lines of code changed in 6 files:

joe 2004-08-23 16:51 Rev.: 337

Added some todos

8 lines of code changed in 1 file:

joe 2004-08-23 16:35 Rev.: 336

Removed duplication

25 lines of code changed in 1 file:

joe 2004-08-23 16:31 Rev.: 335

Support for readObject() to allow for deserialization

371 lines of code changed in 5 files:

joe 2004-08-23 14:03 Rev.: 334

Cleanup

11 lines of code changed in 3 files:

joe 2004-08-23 13:49 Rev.: 333

Added Dan

1 lines of code changed in 1 file:

joe 2004-08-23 13:22 Rev.: 332

Can now correctly serialize (but not deserialize) objects that implement their own writeObject() method.

285 lines of code changed in 3 files:

joe 2004-08-23 12:14 Rev.: 331

Prevented thread safety test from hanging forever.

1 lines of code changed in 1 file:

joe 2004-08-23 10:30 Rev.: 330

Mentioned limitations.

13 lines of code changed in 1 file:

joe 2004-08-16 16:32 Rev.: 329

Added DataHolder interface, implemented by (Un)MarshallingContext allowing arbitary objects to be held while walking the object graph.

77 lines of code changed in 7 files:

joe 2004-08-14 11:22 Rev.: 328

Writer implementations to allow serializing directly to SAX or TrAX pipelines.

1186 lines of code changed in 6 files:

joe 2004-08-14 10:28 Rev.: 327

FAQ fixes from Daniel Joennson

4 lines of code changed in 1 file:

joe 2004-08-14 03:32 Rev.: 326

Updated changelog

15 lines of code changed in 1 file:

joe 2004-08-14 03:23 Rev.: 325

Renamed the term 'default collections' to 'implicit collections', to make it a bit less confusing. Added support for multiple implicit collections for a single class, identifying the contents by type.

304 lines of code changed in 10 files:

joe 2004-08-12 03:37 Rev.: 324

XSTR-94: Only really immutable types bypass references now

79 lines of code changed in 5 files:

joe 2004-08-09 16:19 Rev.: 323

Broke apart unmarshal() method into smaller chunks

55 lines of code changed in 1 file:

joe 2004-08-09 16:18 Rev.: 322

Deprecated peekUnderlyingNode

1 lines of code changed in 1 file:

joe 2004-08-07 20:19 Rev.: 321

Optimizations of inner classes (making them static reduces class size and memory usage). Courtesy of FindBugs

4 lines of code changed in 4 files:

joe 2004-08-07 06:37 Rev.: 319

Updated website for 1.0.2 release

17 lines of code changed in 5 files:

joe 2004-08-07 06:34 Rev.: 318

Updated CI build to include everything

1 lines of code changed in 1 file:

joe 2004-08-06 03:51 Rev.: 317

Moved Base64 encoder into the internal core package.

167 lines of code changed in 5 files:

joe 2004-08-06 03:44 Rev.: 316

Added short. (Thanks for pointing it out, Philippe Brouillette!)

1 lines of code changed in 1 file:

joe 2004-08-06 03:40 Rev.: 315

EncodedByteArrayConverter is now registered by default.

* Base64 encoder and decoder complete.
* EncodedByteArrayConverter now uses the custom encoder (no longer depends on proprietary Sun libraries).
* EncodedByteArrayConverter can unmarshal old-style individual <byte> elements, for backwards compatability.

139 lines of code changed in 8 files:

joe 2004-08-05 04:00 Rev.: 314

Base64 encoding in place. Next stop, decoding.

105 lines of code changed in 3 files:

joe 2004-08-02 15:57 Rev.: 313

More hacking at base64

35 lines of code changed in 2 files:

July 2004 »