deserializeAndSave

fun deserializeAndSave(data: SerializedCompiledScriptsData, scriptsDir: Path, sourcesDir: Path): List<String>

Deserializes data containing information about compiled scripts, saves it to the scriptsDir directory, returns the list of names of classes which are meant to be implicit receivers. Saves script sources to sourcesDir.