Package org.infinispan.protostream
Interface ProtobufTagMarshaller.OperationContext
-
- All Known Subinterfaces:
ProtobufTagMarshaller.ReadContext,ProtobufTagMarshaller.WriteContext
- All Known Implementing Classes:
TagReaderImpl,TagWriterImpl
- Enclosing interface:
- ProtobufTagMarshaller<T>
public static interface ProtobufTagMarshaller.OperationContextBase interface for marshalling operation contexts.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetParam(Object key)ImmutableSerializationContextgetSerializationContext()Provides access to theImmutableSerializationContext.voidsetParam(Object key, Object value)
-
-
-
Method Detail
-
getSerializationContext
ImmutableSerializationContext getSerializationContext()
Provides access to theImmutableSerializationContext.
-
-