Class BehaviorJobContextTimerInputMarshaller
- java.lang.Object
-
- org.drools.serialization.protobuf.timers.BehaviorJobContextTimerInputMarshaller
-
- All Implemented Interfaces:
TimersInputMarshaller
public class BehaviorJobContextTimerInputMarshaller extends Object implements TimersInputMarshaller
-
-
Constructor Summary
Constructors Constructor Description BehaviorJobContextTimerInputMarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeserialize(org.drools.core.marshalling.MarshallerReaderContext inCtx, ProtobufMessages.Timers.Timer timer)voidread(ProtobufMarshallerReaderContext inCtx)
-
-
-
Method Detail
-
read
public void read(ProtobufMarshallerReaderContext inCtx) throws IOException
- Throws:
IOException
-
deserialize
public void deserialize(org.drools.core.marshalling.MarshallerReaderContext inCtx, ProtobufMessages.Timers.Timer timer)- Specified by:
deserializein interfaceTimersInputMarshaller
-
-