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, logFields 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 TypeMethodDescriptionvoidDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.voidstart()Deprecated, for removal: This API element is subject to removal in a future version.Perform any initialization required before the marshaller is used.voidstop()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, startObjectOutputMethods inherited from class org.infinispan.commons.marshall.AbstractMarshaller
getBufferSizePredictor, objectFromByteBuffer, objectFromInputStream, objectToBuffer, objectToByteBuffer, objectToByteBuffer, objectToOutputStreamMethods 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, objectFromByteBuffer, objectToBuffer, objectToByteBuffer, objectToByteBufferMethods 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:MarshallerPerform any initialization required before the marshaller is used.- Specified by:
startin interfaceMarshaller- Specified by:
startin interfaceStreamingMarshaller- Overrides:
startin classAbstractJBossMarshaller
-
stop
public void stop()Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:MarshallerStop 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:
stopin interfaceMarshaller- Specified by:
stopin interfaceStreamingMarshaller- Overrides:
stopin classAbstractJBossMarshaller
-
isMarshallableCandidate
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
isMarshallableCandidatein classAbstractJBossMarshaller
-