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 red

Method Summary
 void serialize(OutputStream outputStream, BatchResult batchResult, IKielerProgressMonitor monitor)
          Serializes a batch result to the given output stream.
 

Method Detail

serialize

void serialize(OutputStream outputStream,
               BatchResult batchResult,
               IKielerProgressMonitor monitor)
               throws Exception
Serializes a batch result to the given output stream.

Parameters:
outputStream - the output stream
batchResult - the batch result
monitor - the monitor
Throws:
Exception - any kind of exception