Package org.bukkit.configuration.serialization
Classes dedicated to being able to perform serialization specialized for
the Bukkit
configuration
implementation.-
Interface Summary Interface Description ConfigurationSerializable Represents an object that may be serialized. -
Class Summary Class Description ConfigurationSerialization Utility class for storing and retrieving classes forConfiguration
. -
Annotation Types Summary Annotation Type Description DelegateDeserialization Applies to aConfigurationSerializable
that will delegate all deserialization to anotherConfigurationSerializable
.SerializableAs Represents an "alias" that aConfigurationSerializable
may be stored as.