org.jboss.serial.objectmetamodel
Class DataExport

java.lang.Object
  extended byorg.jboss.serial.objectmetamodel.DataExport
Direct Known Subclasses:
DataContainer, FinalContainer, ObjectDescription, ObjectReference, 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.6 2005/11/03 19:02:36 csuconic Exp $

Author:
Clebert Suconic

Constructor Summary
DataExport()
           
 
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.