TextFileOutput
template <class T> class TextFileOutput : public Output<T>
@brief The text file output specializes the Output class to write data of type T to a text file. The actual serialization format depends on the Serializer selected in this class' configuration.