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 public class JBossUserMarshaller extends JBossMarshaller
Deprecated.since 11.0. To be removed in 14.0 ISPN-11947.An extension of theJBossMarshallerthat loads user definedExternalizerimplementations. 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
Fields Modifier and Type Field Description static intUSER_EXT_ID_MINDeprecated.-
Fields inherited from class org.infinispan.jboss.marshalling.commons.AbstractJBossMarshaller
baseCfg, DEF_CLASS_COUNT, DEF_INSTANCE_COUNT, factory, log
-
-
Constructor Summary
Constructors Constructor Description JBossUserMarshaller()Deprecated.JBossUserMarshaller(org.jboss.marshalling.ClassResolver classResolver)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidinitialize(org.infinispan.factories.GlobalComponentRegistry gcr)Deprecated.booleanisMarshallable(Object o)Deprecated.-
Methods inherited from class org.infinispan.jboss.marshalling.core.JBossMarshaller
isMarshallableCandidate, start, stop
-
Methods inherited from class org.infinispan.jboss.marshalling.commons.AbstractJBossMarshaller
finishObjectInput, finishObjectOutput, mediaType, objectFromByteBuffer, objectFromObjectStream, objectToBuffer, objectToObjectStream, startObjectInput, startObjectOutput
-
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
-
-
-
-
Field Detail
-
USER_EXT_ID_MIN
public static final int USER_EXT_ID_MIN
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
initialize
public void initialize(org.infinispan.factories.GlobalComponentRegistry gcr)
Deprecated.
-
isMarshallable
public boolean isMarshallable(Object o) throws Exception
Deprecated.- Specified by:
isMarshallablein interfaceorg.infinispan.commons.marshall.Marshaller- Overrides:
isMarshallablein classAbstractJBossMarshaller- Throws:
Exception
-
-