Interface RMJSONArchiver.SetValue
- Enclosing class:
- RMJSONArchiver
public static interface RMJSONArchiver.SetValue
An interface so objects can set archival values from archiver.
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetJSONValue(String aKey, Object aValue) Returns a list of keys to be uses to retrieve persistent attributes from an object.
- 
Method Details- 
setJSONValueReturns a list of keys to be uses to retrieve persistent attributes from an object.
 
-