Uses of Interface
org.infinispan.protostream.RawProtoStreamWriter
-
Packages that use RawProtoStreamWriter Package Description org.infinispan.protostream Library for easy and efficient marshalling of Java objects in Protocol Buffers format.org.infinispan.protostream.impl Protostream internals. -
-
Uses of RawProtoStreamWriter in org.infinispan.protostream
Subinterfaces of RawProtoStreamWriter in org.infinispan.protostream Modifier and Type Interface Description interfaceTagWriterMethods in org.infinispan.protostream with parameters of type RawProtoStreamWriter Modifier and Type Method Description voidRawProtobufMarshaller. writeTo(ImmutableSerializationContext ctx, RawProtoStreamWriter out, T t)Deprecated. -
Uses of RawProtoStreamWriter in org.infinispan.protostream.impl
Classes in org.infinispan.protostream.impl that implement RawProtoStreamWriter Modifier and Type Class Description classTagWriterImpl
-