de.cau.cs.kieler.kiml.grana.batch
Interface IBatchResultSerializer
- All Known Implementing Classes:
- CSVResultSerializer
public interface IBatchResultSerializer
The interface for all classes which implement a serializer for batch results.
- Rating

serialize
void serialize(OutputStream outputStream,
BatchResult batchResult,
IKielerProgressMonitor monitor)
throws Exception
- Serializes a batch result to the given output stream.
- Parameters:
outputStream
- the output streambatchResult
- the batch resultmonitor
- the monitor
- Throws:
Exception
- any kind of exception