Class GenericJBossMarshaller
java.lang.Object
org.infinispan.commons.marshall.AbstractMarshaller
org.infinispan.jboss.marshalling.commons.AbstractJBossMarshaller
org.infinispan.jboss.marshalling.commons.GenericJBossMarshaller
- All Implemented Interfaces:
org.infinispan.commons.marshall.Marshaller,org.infinispan.commons.marshall.StreamingMarshaller
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:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.infinispan.jboss.marshalling.commons.AbstractJBossMarshaller
AbstractJBossMarshaller.DebuggingExceptionListener -
Field Summary
Fields inherited from class org.infinispan.jboss.marshalling.commons.AbstractJBossMarshaller
baseCfg, DEF_CLASS_COUNT, DEF_INSTANCE_COUNT, factory, logFields inherited from class org.infinispan.commons.marshall.AbstractMarshaller
marshallableTypeHints -
Constructor Summary
ConstructorsConstructorDescriptionGenericJBossMarshaller(ClassLoader classLoader) GenericJBossMarshaller(ClassLoader classLoader, org.infinispan.commons.configuration.ClassAllowList classAllowList) GenericJBossMarshaller(org.infinispan.commons.configuration.ClassAllowList classAllowList) -
Method Summary
Modifier and TypeMethodDescriptionvoidinitialize(org.infinispan.commons.configuration.ClassAllowList classAllowList) Methods inherited from class org.infinispan.jboss.marshalling.commons.AbstractJBossMarshaller
finishObjectInput, finishObjectOutput, isMarshallable, isMarshallableCandidate, mediaType, objectFromByteBuffer, objectFromObjectStream, objectToBuffer, objectToObjectStream, start, startObjectInput, startObjectOutput, stopMethods inherited from class org.infinispan.commons.marshall.AbstractMarshaller
getBufferSizePredictor, objectFromByteBuffer, objectFromInputStream, objectToBuffer, objectToByteBuffer, objectToByteBufferMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.infinispan.commons.marshall.Marshaller
getBufferSizePredictor, objectFromByteBuffer, objectToBuffer, objectToByteBuffer, objectToByteBufferMethods inherited from interface org.infinispan.commons.marshall.StreamingMarshaller
objectFromInputStream
-
Constructor Details
-
GenericJBossMarshaller
public GenericJBossMarshaller() -
GenericJBossMarshaller
-
GenericJBossMarshaller
public GenericJBossMarshaller(org.infinispan.commons.configuration.ClassAllowList classAllowList) -
GenericJBossMarshaller
public GenericJBossMarshaller(ClassLoader classLoader, org.infinispan.commons.configuration.ClassAllowList classAllowList)
-
-
Method Details
-
initialize
public void initialize(org.infinispan.commons.configuration.ClassAllowList classAllowList)
-