Package it.unibo.alchemist.boundary.fxui.effects.serialization.impl

Types

Link copied to clipboard
open class ColorSerializationAdapter : JsonSerializer<T> , JsonDeserializer<T>
This class should be registered in a com.google.gson.GsonBuilder to serialize and deserialize JavaFX Color objects.
Link copied to clipboard
open class EffectGroupAdapter<P : Position2D<out P>?> : JsonSerializer<T> , JsonDeserializer<T>
This class should be registered in a com.google.gson.GsonBuilder to serialize and deserialize a EffectGroup compatible class.
Link copied to clipboard
class EffectSerializer
Serialize Alchemist effect groups from/to file in human readable format (JSON).