Package 

Interface PreferencesSerializer

    • Method Summary

      Modifier and Type Method Description
      abstract String serialize(P preferences) Serialize P into a JSON string.
      abstract P deserialize(String preferences) Deserialize P from a JSON string.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait