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