Class ProtoStreamByteBufferMarshaller

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

public class ProtoStreamByteBufferMarshaller extends Object implements ByteBufferMarshaller
A ProtoStream byte buffer marshaller.
Author:
Paul Ferraro
  • Constructor Details

    • ProtoStreamByteBufferMarshaller

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