Interface IPersistenceManager

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void load()
      Loads the persistence object from disk to memory.
      void prepare()
      Prepares the persistence object to be saved to disk.
      void save()
      Saves the persistence object to disk.