CompiledScriptsSerializer

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
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.

Link copied to clipboard
fun serialize(script: KJvmCompiledScript, source: SourceCode): SerializedCompiledScriptsData