org.jboss.serial.objectmetamodel
Class DataExport

java.lang.Object
  extended by org.jboss.serial.objectmetamodel.DataExport
Direct Known Subclasses:
DataContainer, FinalContainer, ObjectsCache

public abstract class DataExport
extends java.lang.Object

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... Don't use this class $Id: DataExport.java,v 1.7 2006/02/24 20:33:10 csuconic Exp $

Author:
Clebert Suconic

Constructor Summary
DataExport()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataExport

public DataExport()


JBoss Serialization, a new approach to java-serialization.