Class JBossUserMarshaller
java.lang.Object
org.infinispan.commons.marshall.AbstractMarshaller
org.infinispan.jboss.marshalling.commons.AbstractJBossMarshaller
org.infinispan.jboss.marshalling.core.JBossUserMarshaller
- All Implemented Interfaces:
Marshaller
,StreamingMarshaller
@Deprecated(since="16.0",
forRemoval=true)
public class JBossUserMarshaller
extends AbstractJBossMarshaller
Deprecated, for removal: This API element is subject to removal in a future version.
Legacy marshaller implementation that previously loaded Externalizer instances. Users should migrate to
GenericJBossMarshaller
.- 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 inherited from class org.infinispan.jboss.marshalling.commons.AbstractJBossMarshaller
baseCfg, DEF_CLASS_COUNT, DEF_INSTANCE_COUNT, factory, log
Fields inherited from class org.infinispan.commons.marshall.AbstractMarshaller
marshallableTypeHints
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.JBossUserMarshaller
(org.jboss.marshalling.ClassResolver classResolver) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated, for removal: This API element is subject to removal in a future version.boolean
Deprecated, for removal: This API element is subject to removal in a future version.void
start()
Deprecated, for removal: This API element is subject to removal in a future version.Perform any initialization required before the marshaller is used.void
stop()
Deprecated, for removal: This API element is subject to removal in a future version.Stop the marshaller.Methods inherited from class org.infinispan.jboss.marshalling.commons.AbstractJBossMarshaller
finishObjectInput, finishObjectOutput, isMarshallable, mediaType, objectFromByteBuffer, objectFromObjectStream, objectToBuffer, objectToObjectStream, startObjectInput, startObjectOutput
Methods inherited from class org.infinispan.commons.marshall.AbstractMarshaller
getBufferSizePredictor, objectFromByteBuffer, objectFromInputStream, objectToBuffer, objectToByteBuffer, objectToByteBuffer, objectToOutputStream
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, initialize, objectFromByteBuffer, objectToBuffer, objectToByteBuffer, objectToByteBuffer
Methods inherited from interface org.infinispan.jboss.marshalling.commons.StreamingMarshaller
objectFromInputStream
-
Constructor Details
-
JBossUserMarshaller
public JBossUserMarshaller()Deprecated, for removal: This API element is subject to removal in a future version. -
JBossUserMarshaller
public JBossUserMarshaller(org.jboss.marshalling.ClassResolver classResolver) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
initialize
Deprecated, for removal: This API element is subject to removal in a future version. -
start
public void start()Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:Marshaller
Perform any initialization required before the marshaller is used.- Specified by:
start
in interfaceMarshaller
- Specified by:
start
in interfaceStreamingMarshaller
- Overrides:
start
in classAbstractJBossMarshaller
-
stop
public void stop()Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:Marshaller
Stop the marshaller. Implementations of this method should clear up any cached data, or close any resources while marshalling/unmarshalling that have not been already closed.- Specified by:
stop
in interfaceMarshaller
- Specified by:
stop
in interfaceStreamingMarshaller
- Overrides:
stop
in classAbstractJBossMarshaller
-
isMarshallableCandidate
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
isMarshallableCandidate
in classAbstractJBossMarshaller
-