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