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