Class ScheduleTimerMetaDataEntryMarshaller
java.lang.Object
org.wildfly.clustering.ejb.cache.timer.ScheduleTimerMetaDataEntryMarshaller
- All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<ScheduleTimerMetaDataEntry<Object>>,org.infinispan.protostream.ProtobufTagMarshaller<ScheduleTimerMetaDataEntry<Object>>,Marshallable<ScheduleTimerMetaDataEntry<Object>>,ProtoStreamMarshaller<ScheduleTimerMetaDataEntry<Object>>,Readable<ScheduleTimerMetaDataEntry<Object>>,Writable<ScheduleTimerMetaDataEntry<Object>>
public class ScheduleTimerMetaDataEntryMarshaller
extends Object
implements ProtoStreamMarshaller<ScheduleTimerMetaDataEntry<Object>>
- Author:
- Paul Ferraro
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.infinispan.protostream.ProtobufTagMarshaller
org.infinispan.protostream.ProtobufTagMarshaller.OperationContext, org.infinispan.protostream.ProtobufTagMarshaller.ReadContext, org.infinispan.protostream.ProtobufTagMarshaller.WriteContext -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends ScheduleTimerMetaDataEntry<Object>>readFrom(ProtoStreamReader reader) voidwriteTo(ProtoStreamWriter writer, ScheduleTimerMetaDataEntry<Object> entry) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.marshalling.protostream.Marshallable
sizeMethods inherited from interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshaller
getTypeName, read, write
-
Constructor Details
-
ScheduleTimerMetaDataEntryMarshaller
public ScheduleTimerMetaDataEntryMarshaller()
-
-
Method Details
-
getJavaClass
- Specified by:
getJavaClassin interfaceorg.infinispan.protostream.BaseMarshaller<ScheduleTimerMetaDataEntry<Object>>- Specified by:
getJavaClassin interfaceMarshallable<ScheduleTimerMetaDataEntry<Object>>
-
readFrom
- Specified by:
readFromin interfaceReadable<ScheduleTimerMetaDataEntry<Object>>- Throws:
IOException
-
writeTo
public void writeTo(ProtoStreamWriter writer, ScheduleTimerMetaDataEntry<Object> entry) throws IOException - Specified by:
writeToin interfaceWritable<ScheduleTimerMetaDataEntry<Object>>- Throws:
IOException
-