Package xyz.janboerman.scalaloader.configurationserializable
package xyz.janboerman.scalaloader.configurationserializable
-
ClassDescriptionAnnotate your serializable class with this annotation instead of implementing
ConfigurationSerializable
.Dual ofConfigurationSerializable
.Lets you specify which of the three deserialization methods should be generated.Lets you specify at what point in the lifecycle of the plugin the configuration-serializable class should be registered.Tells the serialization framework how instances of the class annotated withConfigurationSerializable
should be serialized and deserialized.Fields annotated with this annotation will not be considered when generating the serialization and deserialization methods.Fields and methods annotated with this annotation will be considered when generating the serialization and deserialization methods.