Package preponderous.ponder.misc.abs
Interface Savable
public interface Savable
-
Method Summary
-
Method Details
-
save
Saves the object in the form of a map of strings to strings.- Returns:
- The saved data.
-
load
Takes a map of strings to strings and loads values in from it.- Parameters:
data
- The data to load.
-