Interface RMJSONArchiver.GetKeys
- 
- All Known Implementing Classes:
- ClassSite,- Condition,- ConditionList,- DirSite,- EclipseSite,- Entity,- FileSite,- HTTPSite,- JarFileSite,- JarFileSite.JarDataFile,- LocalSite,- Property,- Query,- RMSort,- RMTopNSort,- RMValueSort,- Row,- SandboxSite,- Schema,- Settings,- SnapRow,- SnapSite,- SnapTableView,- Sort,- WebFile,- WebSite,- ZipFileSite,- ZipFileSite.ZipDataFile
 - Enclosing class:
- RMJSONArchiver
 
 public static interface RMJSONArchiver.GetKeysAn interface so objects can provide archival attributes to archiver.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<java.lang.String>getJSONKeys()Returns a list of keys to be uses to retrieve persistent attributes from an object.
 
-