Class 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
  • 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

      public void initialize(GlobalComponentRegistry gcr)
      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 interface Marshaller
      Specified by:
      start in interface StreamingMarshaller
      Overrides:
      start in class AbstractJBossMarshaller
    • 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 interface Marshaller
      Specified by:
      stop in interface StreamingMarshaller
      Overrides:
      stop in class AbstractJBossMarshaller
    • isMarshallableCandidate

      public boolean isMarshallableCandidate(Object o)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      isMarshallableCandidate in class AbstractJBossMarshaller