public class ArtifactMarshaller extends Object implements org.infinispan.protostream.MessageMarshaller<Search.Artifact>
Constructor and Description |
---|
ArtifactMarshaller() |
Modifier and Type | Method and Description |
---|---|
Class<? extends Search.Artifact> |
getJavaClass() |
String |
getTypeName() |
Search.Artifact |
readFrom(org.infinispan.protostream.MessageMarshaller.ProtoStreamReader reader) |
void |
writeTo(org.infinispan.protostream.MessageMarshaller.ProtoStreamWriter writer,
Search.Artifact artifact) |
public Search.Artifact readFrom(org.infinispan.protostream.MessageMarshaller.ProtoStreamReader reader) throws IOException
readFrom
in interface org.infinispan.protostream.MessageMarshaller<Search.Artifact>
IOException
public void writeTo(org.infinispan.protostream.MessageMarshaller.ProtoStreamWriter writer, Search.Artifact artifact) throws IOException
writeTo
in interface org.infinispan.protostream.MessageMarshaller<Search.Artifact>
IOException
public Class<? extends Search.Artifact> getJavaClass()
getJavaClass
in interface org.infinispan.protostream.BaseMarshaller<Search.Artifact>
public String getTypeName()
getTypeName
in interface org.infinispan.protostream.BaseMarshaller<Search.Artifact>
Copyright © 2020 Red Hat. All rights reserved.