Class AbstractProtoStreamOperation

java.lang.Object
org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamOperation
All Implemented Interfaces:
org.infinispan.protostream.ProtobufTagMarshaller.OperationContext, ProtoStreamOperation
Direct Known Subclasses:
AbstractProtoStreamWriter, DefaultProtoStreamReader, DefaultProtoStreamSizeOperation

public abstract class AbstractProtoStreamOperation extends Object implements ProtoStreamOperation, org.infinispan.protostream.ProtobufTagMarshaller.OperationContext
Author:
Paul Ferraro
  • Method Details

    • getSerializationContext

      public org.infinispan.protostream.ImmutableSerializationContext getSerializationContext()
      Description copied from interface: ProtoStreamOperation
      Returns the serialization context of the associated marshaller.
      Specified by:
      getSerializationContext in interface org.infinispan.protostream.ProtobufTagMarshaller.OperationContext
      Specified by:
      getSerializationContext in interface ProtoStreamOperation
      Returns:
      an immutable serialization context
    • getParam

      public Object getParam(Object key)
      Specified by:
      getParam in interface org.infinispan.protostream.ProtobufTagMarshaller.OperationContext
    • setParam

      public void setParam(Object key, Object value)
      Specified by:
      setParam in interface org.infinispan.protostream.ProtobufTagMarshaller.OperationContext