org.oddjob.persist
Class SerializeWithBinaryStream

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

public class SerializeWithBinaryStream
extends Object


Constructor Summary
SerializeWithBinaryStream()
           
 
Method Summary
 Object fromStream(InputStream stream, ClassLoader classLoader)
           
 InputStream toStream(Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerializeWithBinaryStream

public SerializeWithBinaryStream()
Method Detail

toStream

public InputStream toStream(Object object)

fromStream

public Object fromStream(InputStream stream,
                         ClassLoader classLoader)