alchemist
alchemist
/
it.unibo.alchemist.boundary.gui.effects
/
EffectSerializationFactory
Effect
Serialization
Factory
@
Deprecated
class
EffectSerializationFactory
Content copied to clipboard
Serialize Alchemist effects from/to file in human readable format.
Functions
Functions
effects
From
File
Link copied to clipboard
open
fun
effectsFromFile
(
effectFile
:
File
)
:
List
<
Effect
>
Content copied to clipboard
Get a list of effects from the specified file.
effects
To
File
Link copied to clipboard
open
fun
effectsToFile
(
effectFile
:
File
,
effects
:
List
<
Effect
>
)
Content copied to clipboard
Write the given effects to the destination file.
effect
To
File
Link copied to clipboard
open
fun
effectToFile
(
effectFile
:
File
,
effect
:
Effect
)
Content copied to clipboard
Write the given effect to the destination file.