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