Interface RMJSONArchiver.SetValue

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

    public static interface RMJSONArchiver.SetValue
    An interface so objects can set archival values from archiver.
    • Method Summary

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

      • setJSONValue

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