|
Class Summary |
| AdapterFactory |
|
| CastorAdapter |
An adapter for (de)serializing objects via the Castor XML library. |
| JavaBeansXmlAdapter |
Simple SerializeAdapter implementation using the XmlEncoder/XmlDecoder
classes of the Java Beans API |
| ObjectStreamAdapter |
Simple (de)serialize adapter using the standard ObjectInputStream and
ObjectoutputStream classes provided by SUN. |
| UTF8StringAdapter |
Simple raw string (de)Serializer for serializing/deserializing string
messages. |
| XStreamAdapter |
An adapter for (de)serializing objects via the great XStream library |