Package it.unibo.alchemist.boundary.gui.effects.json
This package contains all the classes useful to save/load effect groups to/from file, in human-readable format (JSON).
See: Description
-
Class Summary Class Description ColorSerializationAdapter This class should be registered in a com.google.gson.GsonBuilder to serialize and deserialize JavaFX Color objects. EffectSerializer Serialize Alchemist effect groups from/to file in human readable format (JSON). EffectGroupAdapter This class should be registered in a com.google.gson.GsonBuilder to serialize and deserialize a EffectGroup compatible class.