Interface ConfigurationSerializable

    • Method Detail

      • serialize

        @NotNull
        Map<String,​Object> serialize()
        Creates a Map representation of this class.

        This class must provide a method to restore this class, as defined in the ConfigurationSerializable interface javadocs.

        Returns:
        Map containing the current state of this class