JBoss Marshalling 1.4.10.SP2

org.jboss.marshalling.river
Class ClassDescriptor

java.lang.Object
  extended by org.jboss.marshalling.river.ClassDescriptor
Direct Known Subclasses:
SerializableClassDescriptor, SimpleClassDescriptor

public abstract class ClassDescriptor
extends Object

Author:
David M. Lloyd

Constructor Summary
ClassDescriptor()
           
 
Method Summary
 Class<?> getNearestType()
           
abstract  Class<?> getType()
           
abstract  int getTypeID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassDescriptor

public ClassDescriptor()
Method Detail

getType

public abstract Class<?> getType()

getTypeID

public abstract int getTypeID()

getNearestType

public Class<?> getNearestType()

JBoss Marshalling 1.4.10.SP2

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