public interface ConfigurationSerializable
These objects MUST implement one of the following, in addition to the methods as defined by this interface:
Map<
String, Object> and returns the class.Map<String, Object> and returns the class.Map<String,
Object>.ConfigurationSerialization.registerClass(Class).java.util.Map<java.lang.String,java.lang.Object> serialize()
This class must provide a method to restore this class, as defined in
the ConfigurationSerializable interface javadocs.