Interface PreferenceValue

  • All Known Implementing Classes:
    TopList

    public interface PreferenceValue
    Interface to be extended by all objects stored in the preferences. This ensures that their full class name is serialized with them. They should implement Jackson deserialization as usual.
    • Method Detail

      • getClassName

        default String getClassName()