|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ofbiz.base.util.cache.JdbmSerializer
public class JdbmSerializer
JDBC Serializer which uses OFBiz internal serialization (needed do to the fact that we do dynamic class loading)
Constructor Summary | |
---|---|
JdbmSerializer()
|
Method Summary | |
---|---|
java.lang.Object |
deserialize(byte[] bytes)
|
byte[] |
serialize(java.lang.Object o)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JdbmSerializer()
Method Detail |
---|
public byte[] serialize(java.lang.Object o) throws java.io.IOException
java.io.IOException
public java.lang.Object deserialize(byte[] bytes) throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |