Skip navigation links
C D G H I J N R S W X 

C

canConvert(Class<?>) - Method in class de.javakaffee.web.msm.serializer.javolution.CGLibProxyFormat
Used to determine if this XMLFormat can handle the given class, both during serialization and deserialization.
canConvert(Class<?>) - Method in class de.javakaffee.web.msm.serializer.javolution.CustomXMLFormat
Used to determine if this XMLFormat can handle the given class, both during serialization and deserialization.
canConvert(Class<?>) - Method in class de.javakaffee.web.msm.serializer.javolution.HibernateCollectionsXMLFormat
 
canConvert(Class<?>) - Method in class de.javakaffee.web.msm.serializer.javolution.JodaDateTimeFormat
Used to determine if this XMLFormat can handle the given class, both during serialization and deserialization.
CGLibProxyFormat - Class in de.javakaffee.web.msm.serializer.javolution
A format that serializes/deserializes cglib proxies.
CGLibProxyFormat() - Constructor for class de.javakaffee.web.msm.serializer.javolution.CGLibProxyFormat
 
CGLibProxyFormat.CGLibProxyMarker - Interface in de.javakaffee.web.msm.serializer.javolution
This class is used as a marker class - written to the class attribute on serialization and checked on deserialization (via CGLibProxyFormat.canConvert(Class).
CLASS - Static variable in class de.javakaffee.web.msm.serializer.javolution.ReflectionBinding
 
createTranscoder(MemcachedSessionService.SessionManager) - Method in class de.javakaffee.web.msm.serializer.javolution.JavolutionTranscoderFactory
CustomXMLFormat<T> - Class in de.javakaffee.web.msm.serializer.javolution
The superclass for custom XMLFormats that are used by the javolution serializer.
CustomXMLFormat() - Constructor for class de.javakaffee.web.msm.serializer.javolution.CustomXMLFormat
Creates a new instance, super XMLFormat constructor is invoked with null.

D

de.javakaffee.web.msm.serializer.javolution - package de.javakaffee.web.msm.serializer.javolution
 
deserializeAttributes(byte[]) - Method in class de.javakaffee.web.msm.serializer.javolution.JavolutionTranscoder
Get the object represented by the given serialized bytes.

G

getFormat(Class) - Method in class de.javakaffee.web.msm.serializer.javolution.ReflectionBinding
 
getInterfaceNames(Object) - Static method in class de.javakaffee.web.msm.serializer.javolution.ReflectionBinding.XMLJdkProxyFormat
 
getInterfaces(XMLFormat.InputElement, String, ClassLoader) - Static method in class de.javakaffee.web.msm.serializer.javolution.ReflectionBinding.XMLJdkProxyFormat
 
getTargetClass(Class<?>) - Method in class de.javakaffee.web.msm.serializer.javolution.CGLibProxyFormat
Used to determine the class that is used for writing the class attribute to the serialized xml.
getTargetClass(Class<?>) - Method in class de.javakaffee.web.msm.serializer.javolution.CustomXMLFormat
Used to determine the class that is used for writing the class attribute to the serialized xml.

H

HibernateCollectionsXMLFormat - Class in de.javakaffee.web.msm.serializer.javolution
A CustomXMLFormat that handles hibernate mapped collections (subclasses of AbstractPersistentCollection).
HibernateCollectionsXMLFormat() - Constructor for class de.javakaffee.web.msm.serializer.javolution.HibernateCollectionsXMLFormat
 

I

isAttribute(Field) - Static method in class de.javakaffee.web.msm.serializer.javolution.ReflectionFormat
 
isAttribute(Class<?>) - Static method in class de.javakaffee.web.msm.serializer.javolution.ReflectionFormat
 
isReferenceable() - Method in class de.javakaffee.web.msm.serializer.javolution.CGLibProxyFormat
isReferenceable() - Method in class de.javakaffee.web.msm.serializer.javolution.ReflectionBinding.XMLCurrencyFormat
Currency instance do not have to be handled by the reference resolver, as we're using Currency.getInstance for retrieving an instance.
isReferenceable() - Method in class de.javakaffee.web.msm.serializer.javolution.ReflectionBinding.XMLJdkProxyFormat

J

JavolutionTranscoder - Class in de.javakaffee.web.msm.serializer.javolution
A net.spy.memcached.transcoders.Transcoder that serializes catalina StandardSessions using Javolutions xml data binding facilities.
JavolutionTranscoder(MemcachedSessionService.SessionManager) - Constructor for class de.javakaffee.web.msm.serializer.javolution.JavolutionTranscoder
Constructor.
JavolutionTranscoder(MemcachedSessionService.SessionManager, boolean, CustomXMLFormat<?>...) - Constructor for class de.javakaffee.web.msm.serializer.javolution.JavolutionTranscoder
Constructor.
JavolutionTranscoder(ClassLoader, boolean, CustomXMLFormat<?>...) - Constructor for class de.javakaffee.web.msm.serializer.javolution.JavolutionTranscoder
Constructor.
JavolutionTranscoderFactory - Class in de.javakaffee.web.msm.serializer.javolution
Creates XStreamTranscoder instances.
JavolutionTranscoderFactory() - Constructor for class de.javakaffee.web.msm.serializer.javolution.JavolutionTranscoderFactory
 
JodaDateTimeFormat - Class in de.javakaffee.web.msm.serializer.javolution
A format for joda DateTime, that stores the millis, chronology and time zone as separate attributes.
JodaDateTimeFormat() - Constructor for class de.javakaffee.web.msm.serializer.javolution.JodaDateTimeFormat
 

N

newInstance(Class<Object>, XMLFormat.InputElement) - Method in class de.javakaffee.web.msm.serializer.javolution.CGLibProxyFormat
newInstance(Class<DateTime>, XMLFormat.InputElement) - Method in class de.javakaffee.web.msm.serializer.javolution.JodaDateTimeFormat
newInstance(Class, XMLFormat.InputElement) - Method in class de.javakaffee.web.msm.serializer.javolution.ReflectionBinding.XMLArrayFormat
newInstance(Class<Calendar>, XMLFormat.InputElement) - Method in class de.javakaffee.web.msm.serializer.javolution.ReflectionBinding.XMLCalendarFormat
 
newInstance(Class<Collection<Object>>, XMLFormat.InputElement) - Method in class de.javakaffee.web.msm.serializer.javolution.ReflectionBinding.XMLCollectionFormat
newInstance(Class<Currency>, XMLFormat.InputElement) - Method in class de.javakaffee.web.msm.serializer.javolution.ReflectionBinding.XMLCurrencyFormat
 
newInstance(Class<Object>, XMLFormat.InputElement) - Method in class de.javakaffee.web.msm.serializer.javolution.ReflectionBinding.XMLJdkProxyFormat
newInstance(Class<Map<Object, Object>>, XMLFormat.InputElement) - Method in class de.javakaffee.web.msm.serializer.javolution.ReflectionBinding.XMLMapFormat
newInstance(Class<T>, XMLFormat.InputElement) - Method in class de.javakaffee.web.msm.serializer.javolution.ReflectionFormat

R

read(XMLFormat.InputElement, Object) - Method in class de.javakaffee.web.msm.serializer.javolution.CGLibProxyFormat
read(XMLFormat.InputElement, AbstractPersistentCollection) - Method in class de.javakaffee.web.msm.serializer.javolution.HibernateCollectionsXMLFormat
 
read(XMLFormat.InputElement, DateTime) - Method in class de.javakaffee.web.msm.serializer.javolution.JodaDateTimeFormat
read(XMLFormat.InputElement, Object[]) - Method in class de.javakaffee.web.msm.serializer.javolution.ReflectionBinding.XMLArrayFormat
 
read(XMLFormat.InputElement, Calendar) - Method in class de.javakaffee.web.msm.serializer.javolution.ReflectionBinding.XMLCalendarFormat
 
read(XMLFormat.InputElement, Collection<Object>) - Method in class de.javakaffee.web.msm.serializer.javolution.ReflectionBinding.XMLCollectionFormat
 
read(XMLFormat.InputElement, Currency) - Method in class de.javakaffee.web.msm.serializer.javolution.ReflectionBinding.XMLCurrencyFormat
 
read(XMLFormat.InputElement, Object) - Method in class de.javakaffee.web.msm.serializer.javolution.ReflectionBinding.XMLJdkProxyFormat
 
read(XMLFormat.InputElement, Map<Object, Object>) - Method in class de.javakaffee.web.msm.serializer.javolution.ReflectionBinding.XMLMapFormat
 
read(XMLFormat.InputElement, T) - Method in class de.javakaffee.web.msm.serializer.javolution.ReflectionFormat
readClass(XMLStreamReader, boolean) - Method in class de.javakaffee.web.msm.serializer.javolution.ReflectionBinding
ReflectionBinding - Class in de.javakaffee.web.msm.serializer.javolution
An XMLBinding that provides class bindings based on reflection.
ReflectionBinding(ClassLoader) - Constructor for class de.javakaffee.web.msm.serializer.javolution.ReflectionBinding
 
ReflectionBinding(ClassLoader, boolean, CustomXMLFormat<?>...) - Constructor for class de.javakaffee.web.msm.serializer.javolution.ReflectionBinding
 
ReflectionBinding.XMLArrayFormat - Class in de.javakaffee.web.msm.serializer.javolution
 
ReflectionBinding.XMLCalendarFormat - Class in de.javakaffee.web.msm.serializer.javolution
An XMLFormat for Calendar that serialized those calendar fields that contain actual data (these fields also are used by Calendar.equals(Object).
ReflectionBinding.XMLCollectionFormat - Class in de.javakaffee.web.msm.serializer.javolution
 
ReflectionBinding.XMLCurrencyFormat - Class in de.javakaffee.web.msm.serializer.javolution
 
ReflectionBinding.XMLJdkProxyFormat - Class in de.javakaffee.web.msm.serializer.javolution
 
ReflectionBinding.XMLMapFormat - Class in de.javakaffee.web.msm.serializer.javolution
 
ReflectionFormat<T> - Class in de.javakaffee.web.msm.serializer.javolution
An XMLFormat that provides the binding for a certain class to to/from xml based on reflection.
ReflectionFormat(Class<T>, ClassLoader) - Constructor for class de.javakaffee.web.msm.serializer.javolution.ReflectionFormat
Creates a new instance for the provided class.

S

serializeAttributes(MemcachedBackupSession, ConcurrentMap<String, Object>) - Method in class de.javakaffee.web.msm.serializer.javolution.JavolutionTranscoder
setCopyCollectionsForSerialization(boolean) - Method in class de.javakaffee.web.msm.serializer.javolution.JavolutionTranscoderFactory
setCustomConverterClassNames(String[]) - Method in class de.javakaffee.web.msm.serializer.javolution.JavolutionTranscoderFactory
STRING_BUFFER_FORMAT - Static variable in class de.javakaffee.web.msm.serializer.javolution.ReflectionBinding
 
STRING_BUILDER_FORMAT - Static variable in class de.javakaffee.web.msm.serializer.javolution.ReflectionBinding
 

W

write(Object, XMLFormat.OutputElement) - Method in class de.javakaffee.web.msm.serializer.javolution.CGLibProxyFormat
write(AbstractPersistentCollection, XMLFormat.OutputElement) - Method in class de.javakaffee.web.msm.serializer.javolution.HibernateCollectionsXMLFormat
write(DateTime, XMLFormat.OutputElement) - Method in class de.javakaffee.web.msm.serializer.javolution.JodaDateTimeFormat
write(Object[], XMLFormat.OutputElement) - Method in class de.javakaffee.web.msm.serializer.javolution.ReflectionBinding.XMLArrayFormat
 
write(Calendar, XMLFormat.OutputElement) - Method in class de.javakaffee.web.msm.serializer.javolution.ReflectionBinding.XMLCalendarFormat
 
write(Collection<Object>, XMLFormat.OutputElement) - Method in class de.javakaffee.web.msm.serializer.javolution.ReflectionBinding.XMLCollectionFormat
 
write(Currency, XMLFormat.OutputElement) - Method in class de.javakaffee.web.msm.serializer.javolution.ReflectionBinding.XMLCurrencyFormat
 
write(Object, XMLFormat.OutputElement) - Method in class de.javakaffee.web.msm.serializer.javolution.ReflectionBinding.XMLJdkProxyFormat
 
write(Map<Object, Object>, XMLFormat.OutputElement) - Method in class de.javakaffee.web.msm.serializer.javolution.ReflectionBinding.XMLMapFormat
 
write(T, XMLFormat.OutputElement) - Method in class de.javakaffee.web.msm.serializer.javolution.ReflectionFormat
writeClass(Class, XMLStreamWriter, boolean) - Method in class de.javakaffee.web.msm.serializer.javolution.ReflectionBinding
writeElements(Object[], XMLFormat.OutputElement) - Method in class de.javakaffee.web.msm.serializer.javolution.ReflectionBinding.XMLArrayFormat
 

X

XMLArrayFormat(ClassLoader) - Constructor for class de.javakaffee.web.msm.serializer.javolution.ReflectionBinding.XMLArrayFormat
 
XMLArrayFormats - Class in de.javakaffee.web.msm.serializer.javolution
A class that collects different XMLFormat implementations for arrays.
XMLArrayFormats() - Constructor for class de.javakaffee.web.msm.serializer.javolution.XMLArrayFormats
 
XMLCalendarFormat() - Constructor for class de.javakaffee.web.msm.serializer.javolution.ReflectionBinding.XMLCalendarFormat
 
XMLCollectionFormat(boolean) - Constructor for class de.javakaffee.web.msm.serializer.javolution.ReflectionBinding.XMLCollectionFormat
 
XMLCurrencyFormat() - Constructor for class de.javakaffee.web.msm.serializer.javolution.ReflectionBinding.XMLCurrencyFormat
 
XMLJdkProxyFormat(ClassLoader) - Constructor for class de.javakaffee.web.msm.serializer.javolution.ReflectionBinding.XMLJdkProxyFormat
 
XMLMapFormat(boolean) - Constructor for class de.javakaffee.web.msm.serializer.javolution.ReflectionBinding.XMLMapFormat
 
C D G H I J N R S W X 
Skip navigation links

Copyright © 2009-2016. All Rights Reserved.