T - public interface Serializer<T>
CacheEntrys| Modifier and Type | Method and Description |
|---|---|
String |
describe(T obj) |
T |
deserialize(ObjectInput ois) |
Long |
getId() |
void |
serialize(T obj,
ObjectOutput oos) |
boolean |
useSoftCache() |
void serialize(T obj, ObjectOutput oos) throws IOException
IOExceptionT deserialize(ObjectInput ois) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionboolean useSoftCache()
Long getId()
Copyright © 2019. All rights reserved.