Uses of Class
de.javakaffee.web.msm.serializer.javolution.CustomXMLFormat

Uses of CustomXMLFormat in de.javakaffee.web.msm.serializer.javolution
 

Subclasses of CustomXMLFormat in de.javakaffee.web.msm.serializer.javolution
 class CGLibProxyFormat
          A format that serializes/deserializes cglib proxies.
 class HibernateCollectionsXMLFormat
          A CustomXMLFormat that handles hibernate mapped collections (subclasses of AbstractPersistentCollection).
 class JodaDateTimeFormat
          A format for joda DateTime, that stores the millis, chronology and time zone as separate attributes.
 

Constructors in de.javakaffee.web.msm.serializer.javolution with parameters of type CustomXMLFormat
JavolutionTranscoder(ClassLoader classLoader, boolean copyCollectionsForSerialization, CustomXMLFormat<?>... customFormats)
          Constructor.
JavolutionTranscoder(org.apache.catalina.Manager manager, boolean copyCollectionsForSerialization, CustomXMLFormat<?>... customFormats)
          Constructor.
ReflectionBinding(ClassLoader classLoader, boolean copyCollectionsForSerialization, CustomXMLFormat<?>... customFormats)
           
 



Copyright © 2009-2012. All Rights Reserved.