Interface IRecoverable

All Known Subinterfaces:
IRawData
All Known Implementing Classes:
CheckedRawData, DefaultRawData

public interface IRecoverable
Data structure with the ability to save and restore
Since:
2023-12-14
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Method for restoring structure
    void
    Method for saving structure
  • Method Details

    • save

      void save()
      Method for saving structure
    • load

      void load()
      Method for restoring structure