graphmine-util / io.github.sof3.graphmine.util / KtsLoader / loadSerializable
inline fun <reified T : KtsBin<T, F>, F : Factory<T, F>> loadSerializable(factory: F, fis: InputStream, path: String, cacheDir: File, rVersion: Int): T
Loads a .kts file, optionally from cache and stores to cache
T - the type