Package de.xima.fc.cache
Class SimpleEncryptedPlainJavaSerializer<T>
java.lang.Object
org.ehcache.impl.serialization.PlainJavaSerializer<T>
de.xima.fc.cache.SimpleEncryptedPlainJavaSerializer<T>
- All Implemented Interfaces:
org.ehcache.spi.serialization.Serializer<T>
public class SimpleEncryptedPlainJavaSerializer<T>
extends org.ehcache.impl.serialization.PlainJavaSerializer<T>
- Author:
- XIMA MEDIA GmbH
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.ehcache.impl.serialization.PlainJavaSerializer
equals
-
Constructor Details
-
SimpleEncryptedPlainJavaSerializer
- Parameters:
classLoader
- theClassLoader
to user for the cache
-
-
Method Details
-
read
public T read(ByteBuffer entry) throws org.ehcache.spi.serialization.SerializerException, ClassNotFoundException - Specified by:
read
in interfaceorg.ehcache.spi.serialization.Serializer<T>
- Overrides:
read
in classorg.ehcache.impl.serialization.PlainJavaSerializer<T>
- Throws:
org.ehcache.spi.serialization.SerializerException
ClassNotFoundException
-
serialize
-