Class JBossMarshaller
- java.lang.Object
-
- org.wildfly.clustering.infinispan.marshalling.AbstractMarshaller
-
- org.wildfly.clustering.infinispan.marshalling.UserMarshaller
-
- org.wildfly.clustering.infinispan.marshalling.jboss.JBossMarshaller
-
- All Implemented Interfaces:
org.infinispan.commons.marshall.Marshaller,org.infinispan.commons.marshall.StreamAwareMarshaller
public class JBossMarshaller extends UserMarshaller
- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description JBossMarshaller(org.jboss.marshalling.ClassResolver resolver, ClassLoader loader)JBossMarshaller(MarshallingConfigurationRepository repository, ClassLoader loader)
-
Method Summary
-
Methods inherited from class org.wildfly.clustering.infinispan.marshalling.UserMarshaller
isMarshallable, mediaType, readObject, sizeEstimate, writeObject
-
Methods inherited from class org.wildfly.clustering.infinispan.marshalling.AbstractMarshaller
getBufferSizePredictor, objectFromByteBuffer, objectFromByteBuffer, objectToBuffer, objectToByteBuffer, objectToByteBuffer, stop
-
-
-
-
Constructor Detail
-
JBossMarshaller
public JBossMarshaller(org.jboss.marshalling.ClassResolver resolver, ClassLoader loader)
-
JBossMarshaller
public JBossMarshaller(MarshallingConfigurationRepository repository, ClassLoader loader)
-
-