Class GenericJBossMarshaller
- java.lang.Object
-
- org.infinispan.commons.marshall.AbstractMarshaller
-
- org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
-
- org.infinispan.commons.marshall.jboss.GenericJBossMarshaller
-
- All Implemented Interfaces:
Marshaller
,StreamingMarshaller
public final class GenericJBossMarshaller extends AbstractJBossMarshaller
A marshaller that makes use of JBoss Marshalling to serialize and deserialize objects. This marshaller is oriented at external, non-core Infinispan use, such as the Java Hot Rod client.- Version:
- 4.1
- Author:
- Manik Surtani
- See Also:
- JBoss Marshalling
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
AbstractJBossMarshaller.DebuggingExceptionListener
-
-
Field Summary
-
Fields inherited from class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
baseCfg, DEF_CLASS_COUNT, DEF_INSTANCE_COUNT, factory, log
-
Fields inherited from class org.infinispan.commons.marshall.AbstractMarshaller
marshallableTypeHints
-
-
Constructor Summary
Constructors Constructor Description GenericJBossMarshaller()
GenericJBossMarshaller(ClassLoader classLoader)
GenericJBossMarshaller(ClassLoader classLoader, ClassWhiteList classWhiteList)
GenericJBossMarshaller(List<String> whitelist)
Deprecated.UseGenericJBossMarshaller(ClassWhiteList)
insteadGenericJBossMarshaller(ClassWhiteList classWhiteList)
-
Method Summary
-
Methods inherited from class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
finishObjectInput, finishObjectOutput, isMarshallable, isMarshallableCandidate, mediaType, objectFromByteBuffer, objectFromObjectStream, objectToBuffer, objectToObjectStream, start, startObjectInput, startObjectOutput, stop
-
Methods inherited from class org.infinispan.commons.marshall.AbstractMarshaller
getBufferSizePredictor, objectFromByteBuffer, objectFromInputStream, objectToBuffer, objectToByteBuffer, objectToByteBuffer
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.infinispan.commons.marshall.Marshaller
getBufferSizePredictor, objectFromByteBuffer, objectToBuffer, objectToByteBuffer, objectToByteBuffer
-
Methods inherited from interface org.infinispan.commons.marshall.StreamingMarshaller
objectFromInputStream
-
-
-
-
Constructor Detail
-
GenericJBossMarshaller
public GenericJBossMarshaller()
-
GenericJBossMarshaller
public GenericJBossMarshaller(ClassLoader classLoader)
-
GenericJBossMarshaller
@Deprecated public GenericJBossMarshaller(List<String> whitelist)
Deprecated.UseGenericJBossMarshaller(ClassWhiteList)
instead
-
GenericJBossMarshaller
public GenericJBossMarshaller(ClassWhiteList classWhiteList)
-
GenericJBossMarshaller
public GenericJBossMarshaller(ClassLoader classLoader, ClassWhiteList classWhiteList)
-
-