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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Object getJSONValue​(java.lang.String aKey)
      Returns a list of keys to be uses to retrieve persistent attributes from an object.
    • Method Detail

      • getJSONValue

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