Class ScheduleWithMetaDataCommandMarshaller<I,M>
- java.lang.Object
-
- org.wildfly.clustering.ee.infinispan.scheduler.ScheduleWithMetaDataCommandMarshaller<I,M>
-
- All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<ScheduleWithMetaDataCommand<I,M>>,org.infinispan.protostream.ProtobufTagMarshaller<ScheduleWithMetaDataCommand<I,M>>,Marshallable<ScheduleWithMetaDataCommand<I,M>>,ProtoStreamMarshaller<ScheduleWithMetaDataCommand<I,M>>,Readable<ScheduleWithMetaDataCommand<I,M>>,Writable<ScheduleWithMetaDataCommand<I,M>>
public class ScheduleWithMetaDataCommandMarshaller<I,M> extends Object implements ProtoStreamMarshaller<ScheduleWithMetaDataCommand<I,M>>
ProtoStream marshaller for aScheduleWithMetaDataCommand.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description ScheduleWithMetaDataCommandMarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends ScheduleWithMetaDataCommand<I,M>>getJavaClass()ScheduleWithMetaDataCommand<I,M>readFrom(ProtoStreamReader reader)voidwriteTo(ProtoStreamWriter writer, ScheduleWithMetaDataCommand<I,M> command)-
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 ScheduleWithMetaDataCommand<I,M>> getJavaClass()
- Specified by:
getJavaClassin interfaceorg.infinispan.protostream.BaseMarshaller<I>- Specified by:
getJavaClassin interfaceMarshallable<I>
-
readFrom
public ScheduleWithMetaDataCommand<I,M> readFrom(ProtoStreamReader reader) throws IOException
- Specified by:
readFromin interfaceReadable<I>- Throws:
IOException
-
writeTo
public void writeTo(ProtoStreamWriter writer, ScheduleWithMetaDataCommand<I,M> command) throws IOException
- Specified by:
writeToin interfaceWritable<I>- Throws:
IOException
-
-