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
-
Method Details
-
save
void save()Saves the object.
-