Package snap.util

Interface JSArchiver.SetValue

Enclosing class:
JSArchiver

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

    Modifier and Type
    Method
    Description
    void
    setJSONValue(String aKey, Object aValue)
    Returns a list of keys to be uses to retrieve persistent attributes from an object.
  • Method Details

    • setJSONValue

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