Interface RMJSONArchiver.GetValue
- 
- Enclosing class:
- RMJSONArchiver
 
 public static interface RMJSONArchiver.GetValueAn interface so objects can provide archival values to archiver.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectgetJSONValue(java.lang.String aKey)Returns a list of keys to be uses to retrieve persistent attributes from an object.
 
-