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