Uses of Package
org.jboss.serial.objectmetamodel

Packages that use org.jboss.serial.objectmetamodel
org.jboss.serial.finalcontainers   
org.jboss.serial.objectmetamodel   
org.jboss.serial.objectmetamodel.safecloning   
org.jboss.serial.persister   
 

Classes in org.jboss.serial.objectmetamodel used by org.jboss.serial.finalcontainers
DataExport
          DataExport is class which is not part of the public API used only during the persistence of the meta-model into bytes which happens at DataContainer.saveData(DataOutput) and org.jboss.serial.objectmetamodel.DataContainer#loadData(DataInput)) So...
 

Classes in org.jboss.serial.objectmetamodel used by org.jboss.serial.objectmetamodel
DataContainerConstants
          $Id: DataContainerConstants.java,v 1.6 2005/11/03 19:02:36 csuconic Exp $
DataExport
          DataExport is class which is not part of the public API used only during the persistence of the meta-model into bytes which happens at DataContainer.saveData(DataOutput) and org.jboss.serial.objectmetamodel.DataContainer#loadData(DataInput)) So...
ObjectDescription
           
ObjectReference
          Class used as a tag to the ObjectId used as a reference.
ObjectsCache
           
ObjectsCache.JBossSeralizationInputInterface
          Required operations to work well with ObjectsCache
ObjectsCache.JBossSeralizationOutputInterface
          Required operations to work well with ObjectsCache
ObjectSubstitutionInterface
          If ObjectSubstitution needs to be handled, send an implementation of this class to DataContainer $Id: ObjectSubstitutionInterface.java,v 1.1 2005/08/29 22:48:27 csuconic Exp $
 

Classes in org.jboss.serial.objectmetamodel used by org.jboss.serial.objectmetamodel.safecloning
ObjectDescription
           
ObjectReference
          Class used as a tag to the ObjectId used as a reference.
 

Classes in org.jboss.serial.objectmetamodel used by org.jboss.serial.persister
ObjectDescription
           
ObjectSubstitutionInterface
          If ObjectSubstitution needs to be handled, send an implementation of this class to DataContainer $Id: ObjectSubstitutionInterface.java,v 1.1 2005/08/29 22:48:27 csuconic Exp $
 



JBoss Serialization, a new approach to java-serialization.