org.drools.marshalling.impl
Class SerializablePlaceholderResolverStrategy.SerializablePlaceholderStrategyContext

java.lang.Object
  extended by org.drools.marshalling.impl.SerializablePlaceholderResolverStrategy.SerializablePlaceholderStrategyContext
All Implemented Interfaces:
org.drools.marshalling.ObjectMarshallingStrategy.Context
Enclosing class:
SerializablePlaceholderResolverStrategy

protected static class SerializablePlaceholderResolverStrategy.SerializablePlaceholderStrategyContext
extends Object
implements org.drools.marshalling.ObjectMarshallingStrategy.Context


Field Summary
 List<Object> data
           
 
Constructor Summary
protected SerializablePlaceholderResolverStrategy.SerializablePlaceholderStrategyContext()
           
 
Method Summary
 void read(ObjectInputStream ois)
           
 void write(ObjectOutputStream oos)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

data

public List<Object> data
Constructor Detail

SerializablePlaceholderResolverStrategy.SerializablePlaceholderStrategyContext

protected SerializablePlaceholderResolverStrategy.SerializablePlaceholderStrategyContext()
Method Detail

read

public void read(ObjectInputStream ois)
          throws IOException,
                 ClassNotFoundException
Specified by:
read in interface org.drools.marshalling.ObjectMarshallingStrategy.Context
Throws:
IOException
ClassNotFoundException

write

public void write(ObjectOutputStream oos)
           throws IOException
Specified by:
write in interface org.drools.marshalling.ObjectMarshallingStrategy.Context
Throws:
IOException


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