Class JBossMarshaller
- java.lang.Object
-
- org.wildfly.clustering.infinispan.marshalling.AbstractMarshaller
-
- org.wildfly.clustering.infinispan.marshalling.AbstractUserMarshaller
-
- org.wildfly.clustering.infinispan.marshalling.jboss.JBossMarshaller
-
- All Implemented Interfaces:
org.infinispan.commons.marshall.Marshaller,org.infinispan.commons.marshall.StreamAwareMarshaller
public class JBossMarshaller extends AbstractUserMarshaller
- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description JBossMarshaller(org.jboss.marshalling.ClassResolver resolver, ClassLoader loader)JBossMarshaller(MarshallingConfigurationRepository repository, ClassLoader loader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.infinispan.commons.dataconversion.MediaTypemediaType()-
Methods inherited from class org.wildfly.clustering.infinispan.marshalling.AbstractUserMarshaller
isMarshallable, 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)
-
-