public class HessianSerializer extends java.lang.Object implements CacheSerializer
Constructor and Description |
---|
HessianSerializer() |
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
|
public void serialize(java.lang.Object value, java.io.OutputStream os) throws java.io.IOException
serialize
in interface CacheSerializer
java.io.IOException
public java.lang.Object deserialize(java.io.InputStream is) throws java.io.IOException
deserialize
in interface CacheSerializer
java.io.IOException