|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.distcache.HessianSerializer
public class HessianSerializer
Custom serialization for the cache
| Constructor Summary | |
|---|---|
HessianSerializer()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
deserialize(java.io.InputStream is)
Deserialize the data |
void |
serialize(java.lang.Object value,
java.io.OutputStream os)
Serialize the data |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HessianSerializer()
| Method Detail |
|---|
public void serialize(java.lang.Object value,
java.io.OutputStream os)
throws java.io.IOException
serialize in interface CacheSerializerjava.io.IOException
public java.lang.Object deserialize(java.io.InputStream is)
throws java.io.IOException
deserialize in interface CacheSerializerjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||