Class WrappedMessageByteBufferMarshaller

java.lang.Object
org.wildfly.clustering.marshalling.protostream.WrappedMessageByteBufferMarshaller
All Implemented Interfaces:
Predicate<Object>, Predicate<Object>, ByteBufferMarshaller, Marshaller<Object, ByteBuffer>

public class WrappedMessageByteBufferMarshaller extends Object implements ByteBufferMarshaller
A ByteBufferMarshaller based on a ProtoStream WrappedMessage.
Author:
Paul Ferraro
  • Constructor Details

    • WrappedMessageByteBufferMarshaller

      public WrappedMessageByteBufferMarshaller(org.infinispan.protostream.ImmutableSerializationContext context)
      Creates a new marshaller using the specified context.
      Parameters:
      context - a serialization context
  • Method Details