@Deprecated public class SerializableReader<T> extends java.lang.Object implements IDataReader<T>
| Constructor and Description |
|---|
SerializableReader()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<T> |
readFromFile(java.lang.String fileName)
Deprecated.
Read in all the data from a file.
|
java.util.List<T> |
readFromString(java.lang.String stringInput)
Deprecated.
Returns list of objects of type T read from stringInput.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadSingleFromFile, readSingleFromStringpublic java.util.List<T> readFromFile(java.lang.String fileName)
IDataReaderreadFromFile in interface IDataReader<T>public java.util.List<T> readFromString(java.lang.String stringInput)
IDataReaderreadFromString in interface IDataReader<T>stringInput - input to read objects from