public static final class QueryRequest.Marshaller extends Object implements org.infinispan.protostream.MessageMarshaller<QueryRequest>
| Constructor and Description |
|---|
Marshaller() |
| Modifier and Type | Method and Description |
|---|---|
Class<QueryRequest> |
getJavaClass() |
String |
getTypeName() |
QueryRequest |
readFrom(org.infinispan.protostream.MessageMarshaller.ProtoStreamReader reader) |
void |
writeTo(org.infinispan.protostream.MessageMarshaller.ProtoStreamWriter writer,
QueryRequest queryRequest) |
public QueryRequest readFrom(org.infinispan.protostream.MessageMarshaller.ProtoStreamReader reader) throws IOException
readFrom in interface org.infinispan.protostream.MessageMarshaller<QueryRequest>IOExceptionpublic void writeTo(org.infinispan.protostream.MessageMarshaller.ProtoStreamWriter writer,
QueryRequest queryRequest)
throws IOException
writeTo in interface org.infinispan.protostream.MessageMarshaller<QueryRequest>IOExceptionpublic Class<QueryRequest> getJavaClass()
getJavaClass in interface org.infinispan.protostream.BaseMarshaller<QueryRequest>public String getTypeName()
getTypeName in interface org.infinispan.protostream.BaseMarshaller<QueryRequest>Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.