Package de.javakaffee.web.msm.serializer.javolution

Interface Summary
CGLibProxyFormat.CGLibProxyMarker This class is used as a marker class - written to the class attribute on serialization and checked on deserialization (via CGLibProxyFormat.canConvert(Class).
 

Class Summary
CGLibProxyFormat A format that serializes/deserializes cglib proxies.
CustomXMLFormat<T> The superclass for custom XMLFormats that are used by the javolution serializer.
HibernateCollectionsXMLFormat A CustomXMLFormat that handles hibernate mapped collections (subclasses of AbstractPersistentCollection).
JavolutionTranscoder A net.spy.memcached.transcoders.Transcoder that serializes catalina StandardSessions using Javolutions xml data binding facilities.
JavolutionTranscoderFactory Creates XStreamTranscoder instances.
JodaDateTimeFormat A format for joda DateTime, that stores the millis, chronology and time zone as separate attributes.
ReflectionBinding An XMLBinding that provides class bindings based on reflection.
ReflectionBinding.XMLArrayFormat  
ReflectionBinding.XMLCalendarFormat An XMLFormat for Calendar that serialized those calendar fields that contain actual data (these fields also are used by Calendar.equals(Object).
ReflectionBinding.XMLCollectionFormat  
ReflectionBinding.XMLCurrencyFormat  
ReflectionBinding.XMLJdkProxyFormat  
ReflectionBinding.XMLMapFormat  
ReflectionFormat<T> An XMLFormat that provides the binding for a certain class to to/from xml based on reflection.
XMLArrayFormats A class that collects different XMLFormat implementations for arrays.
 



Copyright © 2009-2012. All Rights Reserved.