TextFileInput
template <class T> class TextFileInput : public Input<T>
@brief The text file input specializes the Input class to read data from a text file types T have been serialized to. The actual serialization format depends on the Serializer selected in this class' configuration.