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 CacheSerializerjava.io.IOExceptionpublic java.lang.Object deserialize(java.io.InputStream is)
throws java.io.IOException
deserialize in interface CacheSerializerjava.io.IOException