org.drools.marshalling
Interface ObjectMarshallingStrategy


public interface ObjectMarshallingStrategy


Method Summary
 boolean accept(Object object)
           
 Object read(ObjectInputStream os)
           
 void write(ObjectOutputStream os, Object object)
           
 

Method Detail

accept

boolean accept(Object object)

write

void write(ObjectOutputStream os,
           Object object)
           throws IOException
Throws:
IOException

read

Object read(ObjectInputStream os)
            throws IOException,
                   ClassNotFoundException
Throws:
IOException
ClassNotFoundException


Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.