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