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
Modifier and TypeMethodDescriptionReturns a list of keys to be uses to retrieve persistent attributes from an object. 
- 
Method Details
- 
getJSONClass
String getJSONClass()Returns a list of keys to be uses to retrieve persistent attributes from an object. 
 -