Interface RMJSONArchiver.GetValue
- Enclosing class:
 - RMJSONArchiver
 
public static interface RMJSONArchiver.GetValue
An interface so objects can provide archival values to archiver.
- 
Method Summary
Modifier and TypeMethodDescriptiongetJSONValue(String aKey) Returns a list of keys to be uses to retrieve persistent attributes from an object. 
- 
Method Details
- 
getJSONValue
Returns a list of keys to be uses to retrieve persistent attributes from an object. 
 -