Interface RMJSONArchiver.GetValue

All Known Implementing Classes:
Row, Settings, SnapRow
Enclosing class:
RMJSONArchiver

public static interface RMJSONArchiver.GetValue
An interface so objects can provide archival values to archiver.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a list of keys to be uses to retrieve persistent attributes from an object.
  • Method Details

    • getJSONValue

      Object getJSONValue(String aKey)
      Returns a list of keys to be uses to retrieve persistent attributes from an object.