Package snap.util
Interface JSArchiver.GetKeys
- All Known Implementing Classes:
Sort
- Enclosing class:
- JSArchiver
public static interface JSArchiver.GetKeys
An interface so objects can provide archival attributes to archiver.
-
Method Summary
Modifier and TypeMethodDescriptionReturns a list of keys to be uses to retrieve persistent attributes from an object.
-
Method Details
-
getJSONKeys
Collection<String> getJSONKeys()Returns a list of keys to be uses to retrieve persistent attributes from an object.
-