Class IntervalTimerCreationMetaDataMarshaller
- java.lang.Object
-
- org.wildfly.clustering.ejb.infinispan.timer.IntervalTimerCreationMetaDataMarshaller
-
- All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<IntervalTimerCreationMetaData<Object>>,org.infinispan.protostream.ProtobufTagMarshaller<IntervalTimerCreationMetaData<Object>>,Marshallable<IntervalTimerCreationMetaData<Object>>,ProtoStreamMarshaller<IntervalTimerCreationMetaData<Object>>
public class IntervalTimerCreationMetaDataMarshaller extends Object implements ProtoStreamMarshaller<IntervalTimerCreationMetaData<Object>>
- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description IntervalTimerCreationMetaDataMarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends IntervalTimerCreationMetaData<Object>>getJavaClass()IntervalTimerCreationMetaData<Object>readFrom(ProtoStreamReader reader)voidwriteTo(ProtoStreamWriter writer, IntervalTimerCreationMetaData<Object> metaData)-
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 IntervalTimerCreationMetaData<Object>> getJavaClass()
- Specified by:
getJavaClassin interfaceorg.infinispan.protostream.BaseMarshaller<IntervalTimerCreationMetaData<Object>>- Specified by:
getJavaClassin interfaceMarshallable<IntervalTimerCreationMetaData<Object>>
-
readFrom
public IntervalTimerCreationMetaData<Object> readFrom(ProtoStreamReader reader) throws IOException
- Specified by:
readFromin interfaceMarshallable<IntervalTimerCreationMetaData<Object>>- Throws:
IOException
-
writeTo
public void writeTo(ProtoStreamWriter writer, IntervalTimerCreationMetaData<Object> metaData) throws IOException
- Specified by:
writeToin interfaceMarshallable<IntervalTimerCreationMetaData<Object>>- Throws:
IOException
-
-