Interface ICanSave<T>

Type Parameters:
T - Type of the object.

public interface ICanSave<T>
Indicates that this object can be written to files without having to call its handler or manager class aka the container.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Saves the object.
  • Method Details

    • save

      void save()
      Saves the object.