Class ExpireJobContextTimerInputMarshaller
- java.lang.Object
-
- org.drools.serialization.protobuf.timers.ExpireJobContextTimerInputMarshaller
-
- All Implemented Interfaces:
TimersInputMarshaller
public class ExpireJobContextTimerInputMarshaller extends Object implements TimersInputMarshaller
-
-
Constructor Summary
Constructors Constructor Description ExpireJobContextTimerInputMarshaller()
-
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, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
deserialize
public void deserialize(org.drools.core.marshalling.MarshallerReaderContext inCtx, ProtobufMessages.Timers.Timer timer)- Specified by:
deserializein interfaceTimersInputMarshaller
-
-