Class JBossUserMarshaller
java.lang.Object
org.infinispan.commons.marshall.AbstractMarshaller
org.infinispan.jboss.marshalling.commons.AbstractJBossMarshaller
org.infinispan.jboss.marshalling.core.JBossMarshaller
org.infinispan.jboss.marshalling.core.JBossUserMarshaller
- All Implemented Interfaces:
org.infinispan.commons.marshall.Marshaller,org.infinispan.commons.marshall.StreamingMarshaller
Deprecated.
since 11.0. To be removed in 14.0 ISPN-11947.
An extension of the
JBossMarshaller that loads user defined Externalizer
implementations. This class can be removed if/when we no longer support a jboss-marshalling based user marshaller.- Since:
- 10.0
- Author:
- Ryan Emerson
-
Nested Class Summary
Nested classes/interfaces inherited from class org.infinispan.jboss.marshalling.commons.AbstractJBossMarshaller
AbstractJBossMarshaller.DebuggingExceptionListener -
Field Summary
FieldsFields 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
ConstructorsConstructorDescriptionDeprecated.JBossUserMarshaller(org.jboss.marshalling.ClassResolver classResolver) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidinitialize(org.infinispan.factories.GlobalComponentRegistry gcr) Deprecated.booleanDeprecated.Methods inherited from class org.infinispan.jboss.marshalling.core.JBossMarshaller
isMarshallableCandidate, start, stopMethods inherited from class org.infinispan.jboss.marshalling.commons.AbstractJBossMarshaller
finishObjectInput, finishObjectOutput, mediaType, objectFromByteBuffer, objectFromObjectStream, objectToBuffer, objectToObjectStream, startObjectInput, startObjectOutputMethods 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, initialize, mediaType, objectFromByteBuffer, objectFromByteBuffer, objectToBuffer, objectToByteBuffer, objectToByteBufferMethods inherited from interface org.infinispan.commons.marshall.StreamingMarshaller
finishObjectInput, finishObjectOutput, objectFromInputStream, objectFromObjectStream, objectToObjectStream, startObjectInput, startObjectOutput
-
Field Details
-
USER_EXT_ID_MIN
public static final int USER_EXT_ID_MINDeprecated.- See Also:
-
-
Constructor Details
-
JBossUserMarshaller
public JBossUserMarshaller()Deprecated. -
JBossUserMarshaller
public JBossUserMarshaller(org.jboss.marshalling.ClassResolver classResolver) Deprecated.
-
-
Method Details
-
initialize
public void initialize(org.infinispan.factories.GlobalComponentRegistry gcr) Deprecated. -
isMarshallable
Deprecated.- Specified by:
isMarshallablein interfaceorg.infinispan.commons.marshall.Marshaller- Overrides:
isMarshallablein classAbstractJBossMarshaller- Throws:
Exception
-