Class SerialProviderDescriptor

  • All Implemented Interfaces:
    org.jboss.marshalling.ProviderDescriptor

    public final class SerialProviderDescriptor
    extends Object
    implements org.jboss.marshalling.ProviderDescriptor
    The Serial implementation of the provider descriptor interface.
    • Constructor Detail

      • SerialProviderDescriptor

        public SerialProviderDescriptor()
    • Method Detail

      • getName

        public String getName()
        Specified by:
        getName in interface org.jboss.marshalling.ProviderDescriptor
      • getSupportedVersions

        public int[] getSupportedVersions()
        Specified by:
        getSupportedVersions in interface org.jboss.marshalling.ProviderDescriptor
      • getMarshallerFactory

        public org.jboss.marshalling.MarshallerFactory getMarshallerFactory()
        Specified by:
        getMarshallerFactory in interface org.jboss.marshalling.ProviderDescriptor