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