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
-
-
Constructor Summary
Constructors Constructor Description ScheduleTimerMetaDataEntryMarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends ScheduleTimerMetaDataEntry<Object>>getJavaClass()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, wait
-
Methods inherited from interface org.wildfly.clustering.marshalling.protostream.Marshallable
size
-
Methods inherited from interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshaller
getTypeName, read, write
-
-
-
-
Method Detail
-
getJavaClass
public Class<? extends ScheduleTimerMetaDataEntry<Object>> getJavaClass()
- Specified by:
getJavaClassin interfaceorg.infinispan.protostream.BaseMarshaller<ScheduleTimerMetaDataEntry<Object>>- Specified by:
getJavaClassin interfaceMarshallable<ScheduleTimerMetaDataEntry<Object>>
-
readFrom
public ScheduleTimerMetaDataEntry<Object> readFrom(ProtoStreamReader reader) throws IOException
- 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
-
-