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 a
ScheduleWithMetaDataCommand.- 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 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, 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
-
ScheduleWithMetaDataCommandMarshaller
public ScheduleWithMetaDataCommandMarshaller()
-
-
Method Details
-
getJavaClass
- Specified by:
getJavaClassin interfaceorg.infinispan.protostream.BaseMarshaller<I>- Specified by:
getJavaClassin interfaceMarshallable<I>
-
readFrom
- 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
-