Interface IDatasetDeserializer<D>
-
- Type Parameters:
D- The type of dataset to be deserialized.
public interface IDatasetDeserializer<D>A dataset deserializer reads in the contents of a file to return it as a dataset object.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DdeserializeDataset(java.io.File datasetFile)
-
-
-
Method Detail
-
deserializeDataset
D deserializeDataset(java.io.File datasetFile) throws java.lang.InterruptedException
- Throws:
java.lang.InterruptedException
-
-