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 Detail

      • deserializeDataset

        D deserializeDataset​(java.io.File datasetFile)
                      throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException