Class UserMarshaller

java.lang.Object
org.wildfly.clustering.infinispan.marshalling.AbstractMarshaller
org.wildfly.clustering.infinispan.marshalling.UserMarshaller
All Implemented Interfaces:
org.infinispan.commons.marshall.Marshaller, org.infinispan.commons.marshall.StreamAwareMarshaller
Direct Known Subclasses:
JBossMarshaller, ProtoStreamMarshaller

public class UserMarshaller extends AbstractMarshaller
A user marshaller that delegates marshalling to a ByteBufferMarshaller.
Author:
Paul Ferraro