Package org.drools.core.marshalling
Class SerializablePlaceholderResolverStrategy.SerializablePlaceholderStrategyContext
- java.lang.Object
-
- org.drools.core.marshalling.SerializablePlaceholderResolverStrategy.SerializablePlaceholderStrategyContext
-
- All Implemented Interfaces:
org.kie.api.marshalling.ObjectMarshallingStrategy.Context
- Enclosing class:
- SerializablePlaceholderResolverStrategy
protected static class SerializablePlaceholderResolverStrategy.SerializablePlaceholderStrategyContext extends Object implements org.kie.api.marshalling.ObjectMarshallingStrategy.Context
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSerializablePlaceholderStrategyContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidread(ObjectInputStream ois)voidwrite(ObjectOutputStream oos)
-
-
-
Method Detail
-
read
public void read(ObjectInputStream ois) throws IOException, ClassNotFoundException
- Specified by:
readin interfaceorg.kie.api.marshalling.ObjectMarshallingStrategy.Context- Throws:
IOExceptionClassNotFoundException
-
write
public void write(ObjectOutputStream oos) throws IOException
- Specified by:
writein interfaceorg.kie.api.marshalling.ObjectMarshallingStrategy.Context- Throws:
IOException
-
-