Interface RMJSONArchiver.GetClass
-
- All Known Implementing Classes:
Settings
- Enclosing class:
- RMJSONArchiver
public static interface RMJSONArchiver.GetClass
An interface so objects can provide archival class to archiver.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getJSONClass()
Returns a list of keys to be uses to retrieve persistent attributes from an object.
-