loadData

abstract fun loadData(context: Context): List<T>

load the data from the FILENAME

Return

a list of the serializable objects or empty list

Parameters

context