Class DefaultProtoStreamOperation
- java.lang.Object
-
- org.wildfly.clustering.marshalling.protostream.DefaultProtoStreamOperation
-
- All Implemented Interfaces:
org.infinispan.protostream.ProtobufTagMarshaller.OperationContext,ProtoStreamOperation
- Direct Known Subclasses:
AbstractProtoStreamWriter,DefaultProtoStreamReader
public class DefaultProtoStreamOperation extends Object implements ProtoStreamOperation, org.infinispan.protostream.ProtobufTagMarshaller.OperationContext
- Author:
- Paul Ferraro
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.wildfly.clustering.marshalling.protostream.ProtoStreamOperation
ProtoStreamOperation.Context
-
-
Constructor Summary
Constructors Constructor Description DefaultProtoStreamOperation(org.infinispan.protostream.ProtobufTagMarshaller.OperationContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetParam(Object key)org.infinispan.protostream.ImmutableSerializationContextgetSerializationContext()Returns the serialization context of the associated marshaller.voidsetParam(Object key, Object value)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.wildfly.clustering.marshalling.protostream.ProtoStreamOperation
findMarshaller
-
-
-
-
Method Detail
-
getSerializationContext
public org.infinispan.protostream.ImmutableSerializationContext getSerializationContext()
Description copied from interface:ProtoStreamOperationReturns the serialization context of the associated marshaller.- Specified by:
getSerializationContextin interfaceorg.infinispan.protostream.ProtobufTagMarshaller.OperationContext- Specified by:
getSerializationContextin interfaceProtoStreamOperation- Returns:
- an immutable serialization context
-
getParam
public Object getParam(Object key)
- Specified by:
getParamin interfaceorg.infinispan.protostream.ProtobufTagMarshaller.OperationContext
-
-