org.oddjob.persist
Class SerializeWithBytes

java.lang.Object
  extended by org.oddjob.persist.SerializeWithBytes

public class SerializeWithBytes
extends Object


Constructor Summary
SerializeWithBytes()
           
 
Method Summary
 Object fromBytes(byte[] bytes, ClassLoader classLoader)
           
 byte[] toBytes(Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerializeWithBytes

public SerializeWithBytes()
Method Detail

toBytes

public byte[] toBytes(Object object)

fromBytes

public Object fromBytes(byte[] bytes,
                        ClassLoader classLoader)