Uses of Interface
org.infinispan.protostream.ProtobufTagMarshaller.OperationContext
-
Packages that use ProtobufTagMarshaller.OperationContext 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 ProtobufTagMarshaller.OperationContext in org.infinispan.protostream
Subinterfaces of ProtobufTagMarshaller.OperationContext in org.infinispan.protostream Modifier and Type Interface Description static interfaceProtobufTagMarshaller.ReadContextOperation context of unmarshalling operations.static interfaceProtobufTagMarshaller.WriteContextOperation context of marshalling operations. -
Uses of ProtobufTagMarshaller.OperationContext in org.infinispan.protostream.impl
Classes in org.infinispan.protostream.impl that implement ProtobufTagMarshaller.OperationContext Modifier and Type Class Description classTagReaderImplclassTagWriterImpl
-