toggle menu
alchemist
36.0.3
jvm
switch theme
search in API
alchemist-swingui
/
it.unibo.alchemist.boundary.swingui.effect.impl
/
EffectSerializationFactory
Effect
Serialization
Factory
class
EffectSerializationFactory
(
source
)
Deprecated
Serialize Alchemist effects from/to file in human readable format.
Members
Functions
effects
From
File
Link copied to clipboard
open
fun
effectsFromFile
(
effectFile
:
File
)
:
List
<
Effect
>
Get a list of effects from the specified file.
effects
To
File
Link copied to clipboard
open
fun
effectsToFile
(
effectFile
:
File
,
effects
:
List
<
Effect
>
)
Write the given effects to the destination file.
effect
To
File
Link copied to clipboard
open
fun
effectToFile
(
effectFile
:
File
,
effect
:
Effect
)
Write the given effect to the destination file.