Uses of Package
org.jboss.serial.objectmetamodel

Packages that use org.jboss.serial.objectmetamodel
org.jboss.serial.finalcontainers   
org.jboss.serial.io   
org.jboss.serial.objectmetamodel   
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.io
DataContainerConstants
          $Id: DataContainerConstants.java,v 1.11 2006/05/02 04:45:02 csuconic Exp $
 

Classes in org.jboss.serial.objectmetamodel used by org.jboss.serial.objectmetamodel
DataContainer
          DataContainer is a Container of Immutables and Object References.
DataContainerConstants
          $Id: DataContainerConstants.java,v 1.11 2006/05/02 04:45:02 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...
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.3 2006/04/18 18:42:42 csuconic Exp $
 

Classes in org.jboss.serial.objectmetamodel used by org.jboss.serial.persister
ObjectsCache
           
ObjectSubstitutionInterface
          If ObjectSubstitution needs to be handled, send an implementation of this class to DataContainer $Id: ObjectSubstitutionInterface.java,v 1.3 2006/04/18 18:42:42 csuconic Exp $
 



JBoss Serialization, a new approach to java-serialization.