Class ByteBufferMarshallerFactory

java.lang.Object
org.wildfly.clustering.infinispan.marshalling.ByteBufferMarshallerFactory
All Implemented Interfaces:
Function<ClassLoader,ByteBufferMarshaller>

public class ByteBufferMarshallerFactory extends Object implements Function<ClassLoader,ByteBufferMarshaller>
Creates a ByteBufferMarshaller suitable for the given MediaType.
Author:
Paul Ferraro