Package snap.util
Interface JSArchiver.GetClass
- Enclosing class:
- JSArchiver
public static interface JSArchiver.GetClass
An interface so objects can provide archival class to archiver.
-
Method Summary
Modifier and TypeMethodDescriptionReturns a list of keys to be uses to retrieve persistent attributes from an object.
-
Method Details
-
getJSONClass
String getJSONClass()Returns a list of keys to be uses to retrieve persistent attributes from an object.
-