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.
Author:
Antonin Delpeuch
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
     
  • Method Details

    • getClassName

      default String getClassName()