33#ifndef TTA_IDF_SERIALIZER_HH 
   34#define TTA_IDF_SERIALIZER_HH 
   40class MachineImplementation;
 
IDF::MachineImplementation * implementation
the implementation definition of the estimated processor
virtual void writeState(const ObjectState *state)
virtual ObjectState * readState()
MachineImplementation * readMachineImplementation()
static ObjectState * convertToOMFormat(const ObjectState *fileState)
void writeMachineImplementation(const MachineImplementation &implementation)
static ObjectState * convertToFileFormat(const ObjectState *omState)