JBoss Marshalling 1.3.18.GA

org.jboss.marshalling.serial
Class SerialProviderDescriptor

java.lang.Object
  extended by 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.


Constructor Summary
SerialProviderDescriptor()
           
 
Method Summary
 MarshallerFactory getMarshallerFactory()
          
 String getName()
          
 int[] getSupportedVersions()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerialProviderDescriptor

public SerialProviderDescriptor()
Method Detail

getName

public String getName()

Specified by:
getName in interface ProviderDescriptor

getSupportedVersions

public int[] getSupportedVersions()

Specified by:
getSupportedVersions in interface ProviderDescriptor

getMarshallerFactory

public MarshallerFactory getMarshallerFactory()

Specified by:
getMarshallerFactory in interface ProviderDescriptor

JBoss Marshalling 1.3.18.GA

Copyright © 2011 JBoss, a division of Red Hat, Inc.