Class SerialProviderDescriptor

java.lang.Object
org.jboss.marshalling.serial.SerialProviderDescriptor
All Implemented Interfaces:
ProviderDescriptor

public final class SerialProviderDescriptor extends Object implements ProviderDescriptor
The Serial implementation of the provider descriptor interface.
  • Field Details

    • MARSHALLER_FACTORY

      private static final MarshallerFactory MARSHALLER_FACTORY
    • VERSIONS

      private static final int[] VERSIONS
  • Constructor Details

    • SerialProviderDescriptor

      public SerialProviderDescriptor()
  • Method Details

    • getName

      public String getName()
      Get the name of this provider.
      Specified by:
      getName in interface ProviderDescriptor
      Returns:
      the provider name
    • getSupportedVersions

      public int[] getSupportedVersions()
      Get the supported wire protocol versions for this provider, in descending order.
      Specified by:
      getSupportedVersions in interface ProviderDescriptor
      Returns:
      the supported versions in descending order
    • getMarshallerFactory

      public MarshallerFactory getMarshallerFactory()
      Get the marshaller factory instance for this provider.
      Specified by:
      getMarshallerFactory in interface ProviderDescriptor
      Returns:
      the marshaller factory