public class SimpleEncryptedPlainJavaSerializer<T>
extends org.ehcache.impl.serialization.PlainJavaSerializer<T>
Constructor and Description |
---|
SimpleEncryptedPlainJavaSerializer(ClassLoader classLoader) |
Modifier and Type | Method and Description |
---|---|
T |
read(ByteBuffer entry) |
ByteBuffer |
serialize(T object) |
public SimpleEncryptedPlainJavaSerializer(ClassLoader classLoader)
classLoader
- the ClassLoader
to user for the cachepublic T read(ByteBuffer entry) throws org.ehcache.spi.serialization.SerializerException, ClassNotFoundException
read
in interface org.ehcache.spi.serialization.Serializer<T>
read
in class org.ehcache.impl.serialization.PlainJavaSerializer<T>
org.ehcache.spi.serialization.SerializerException
ClassNotFoundException
public ByteBuffer serialize(T object)
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.