public class ScheduleWithMetaDataCommandMarshaller<I,M> extends Object implements ProtoStreamMarshaller<ScheduleWithMetaDataCommand<I,M>>
ScheduleWithMetaDataCommand.| Constructor and Description |
|---|
ScheduleWithMetaDataCommandMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ScheduleWithMetaDataCommand<I,M>> |
getJavaClass() |
ScheduleWithMetaDataCommand<I,M> |
readFrom(ProtoStreamReader reader) |
void |
writeTo(ProtoStreamWriter writer,
ScheduleWithMetaDataCommand<I,M> command) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypeName, read, writepublic ScheduleWithMetaDataCommandMarshaller()
public Class<? extends ScheduleWithMetaDataCommand<I,M>> getJavaClass()
getJavaClass in interface org.infinispan.protostream.BaseMarshaller<ScheduleWithMetaDataCommand<I,M>>getJavaClass in interface Marshallable<ScheduleWithMetaDataCommand<I,M>>public ScheduleWithMetaDataCommand<I,M> readFrom(ProtoStreamReader reader) throws IOException
readFrom in interface Marshallable<ScheduleWithMetaDataCommand<I,M>>IOExceptionpublic void writeTo(ProtoStreamWriter writer, ScheduleWithMetaDataCommand<I,M> command) throws IOException
writeTo in interface Marshallable<ScheduleWithMetaDataCommand<I,M>>IOExceptionCopyright © 2023 JBoss by Red Hat. All rights reserved.