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- theClassLoaderto user for the cache
-
-
Method Details
-
read
public T read(ByteBuffer entry) throws org.ehcache.spi.serialization.SerializerException, ClassNotFoundException - Specified by:
readin interfaceorg.ehcache.spi.serialization.Serializer<T>- Overrides:
readin classorg.ehcache.impl.serialization.PlainJavaSerializer<T>- Throws:
org.ehcache.spi.serialization.SerializerExceptionClassNotFoundException
-
serialize
-