Package persistence

Interface JSONPersistentHelper

  • All Known Implementing Classes:
    PersistenceDummy

    public interface JSONPersistentHelper
    • Method Detail

      • writeToJsonFile

        void writeToJsonFile​(java.lang.String jsonString)
                      throws java.io.IOException
        Throws:
        java.io.IOException
      • readFromJsonFile

        java.lang.String readFromJsonFile()
                                   throws java.io.IOException
        Throws:
        java.io.IOException