|
Class Summary |
| AdapterFactory |
The AdapterFactory manages creation and caching of all known (already during runtime requested) SerializeAdapters. |
| BaseAdapter |
Abstract base class for SerializeAdapter implementations. |
| BetwixtAdapter |
|
| CastorAdapter |
An adapter for (de)serializing objects via the Castor XML library. |
| HessianAdapter |
An adapter for (de)serializing objects via the Caucho Hessian library |
| JavaBeansXmlAdapter |
Simple SerializeAdapter implementation using the XmlEncoder/XmlDecoder classes of the Java Beans API |
| JavolutionAdapter |
An adapter for (de)serializing objects via the javolution library |
| Jaxb2Adapter |
|
| ObjectStreamAdapter |
Simple (de)serialize adapter using the standard ObjectInputStream and ObjectOutputStream classes provided by SUN. |
| SkaringaAdapter |
An adapter for (de)serializing objects via the great Skaringa library |
| SojoAdapter |
An adapter for (de)serializing objects via SOJO - Simplify your Old Java Objects |
| UTF8StringAdapter |
Simple raw string (de)Serializer for serializing/deserializing string messages. |
| XmlBeansAdapter |
A simple SerializeAdapter for the great XMLBeans framework. |
| XStreamAdapter |
An adapter for (de)serializing objects via the great XStream library |