Package persistence

Class PersistenceDummy

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String readFromJsonFile()  
      void writeToJsonFile​(java.lang.String jsonString)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PersistenceDummy

        public PersistenceDummy()
    • Method Detail

      • writeToJsonFile

        public void writeToJsonFile​(java.lang.String jsonString)
                             throws java.io.IOException
        Specified by:
        writeToJsonFile in interface JSONPersistentHelper
        Throws:
        java.io.IOException
      • readFromJsonFile

        public java.lang.String readFromJsonFile()
                                          throws java.io.IOException
        Specified by:
        readFromJsonFile in interface JSONPersistentHelper
        Throws:
        java.io.IOException