org.drools.marshalling.impl
Class SerializablePlaceholderResolverStrategy.SerializablePlaceholderStrategyContext
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
data
public List<Object> data
SerializablePlaceholderResolverStrategy.SerializablePlaceholderStrategyContext
protected SerializablePlaceholderResolverStrategy.SerializablePlaceholderStrategyContext()
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.