Class ScheduleWithMetaDataCommandMarshaller<I,M>

java.lang.Object
org.wildfly.clustering.server.infinispan.scheduler.ScheduleWithMetaDataCommandMarshaller<I,M>
Type Parameters:
I - the identifier type of the entry to schedule
M - the meta data type of the entry to schedule
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