Class UserMarshaller

java.lang.Object
org.wildfly.clustering.cache.infinispan.marshalling.AbstractMarshaller
org.wildfly.clustering.cache.infinispan.marshalling.UserMarshaller
All Implemented Interfaces:
org.infinispan.commons.marshall.Marshaller, org.infinispan.commons.marshall.StreamAwareMarshaller

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