public interface CacheSerializer
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
deserialize(java.io.InputStream is)
Deserialize the data
|
void |
serialize(java.lang.Object value,
java.io.OutputStream os)
Serialize the data
|
void serialize(java.lang.Object value, java.io.OutputStream os) throws java.io.IOException
java.io.IOException
java.lang.Object deserialize(java.io.InputStream is) throws java.io.IOException
java.io.IOException