Uses of Interface
org.infinispan.protostream.MessageMarshaller.ProtoStreamWriter
-
Packages that use MessageMarshaller.ProtoStreamWriter Package Description org.infinispan.protostream Library for easy and efficient marshalling of Java objects in Protocol Buffers format. -
-
Uses of MessageMarshaller.ProtoStreamWriter in org.infinispan.protostream
Methods in org.infinispan.protostream with parameters of type MessageMarshaller.ProtoStreamWriter Modifier and Type Method Description voidMessageMarshaller. writeTo(MessageMarshaller.ProtoStreamWriter writer, T t)Deprecated.Write the fields defined in the schema.
-