EffectSerializationFactory

Deprecated

Serialize Alchemist effects from/to file in human readable format.

Functions

Link copied to clipboard
open fun effectsFromFile(effectFile: File): List<Effect>
Get a list of effects from the specified file.
Link copied to clipboard
open fun effectsToFile(effectFile: File, effects: List<Effect>)
Write the given effects to the destination file.
Link copied to clipboard
open fun effectToFile(effectFile: File, effect: Effect)
Write the given effect to the destination file.