Uses of Interface
org.infinispan.protostream.MessageMarshaller.ProtoStreamReader
Package
Description
Library for easy and efficient marshalling of Java objects in Protocol Buffers format.
-
Uses of MessageMarshaller.ProtoStreamReader in org.infinispan.protostream
Modifier and TypeMethodDescriptionMessageMarshaller.readFrom
(MessageMarshaller.ProtoStreamReader reader) Read the fields written byMessageMarshaller.writeTo(ProtoStreamWriter, Object)
.