Uses of Interface
org.infinispan.protostream.MessageMarshaller.ProtoStreamReader
-
Packages that use MessageMarshaller.ProtoStreamReader Package Description org.infinispan.protostream Library for easy and efficient marshalling of Java objects in Protocol Buffers format. -
-
Uses of MessageMarshaller.ProtoStreamReader in org.infinispan.protostream
Methods in org.infinispan.protostream with parameters of type MessageMarshaller.ProtoStreamReader Modifier and Type Method Description T
MessageMarshaller. readFrom(MessageMarshaller.ProtoStreamReader reader)
Read the fields written byMessageMarshaller.writeTo(ProtoStreamWriter, Object)
.
-