RSS Feed for This PostCurrent Article

Version Aware Java Serialization

cedarsoft Serialization offers version aware serialization of java object trees with maximum control. Its goal is to provide some simple classes (very small framework) that enables rapid development of versioned serialization.

cedarsoft Serialization contains a plain interface that is implemented in several ways. The most commonly used backend implementation is based on Stax. This offers high performance serialization to XML. While offering maximum control to the developer the base classes contain most of the boiler plate code and offer a nice way to reuse the serializers.

There exist several backends that can be used. The most commonly used backend is Stax/Stax-Mate.

   1: <?xml version="1.0" encoding="UTF-8"?>

   2: <?format 2.0.1?>

   3: <businessObject>

   4:   <name>theName</name>

   5:   ...

   6: </businessObject>

Popularity: 2% [?]


Trackback URL


RSS Feed for This PostPost a Comment