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.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.
-