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
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.wildfly.clustering.marshalling.protostream.ProtoStreamOperation
ProtoStreamOperation.Context -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.marshalling.protostream.ProtoStreamOperation
findMarshaller, getContext
-
Method Details
-
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
-
setParam
-