Package | Description |
---|---|
org.safs.persist |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRuntimeDataPersistor
A Persistor with RuntimeDataInterface providing underlying functionality.
|
class |
PersistorToFile |
class |
PersistorToHierarchialFile
Write the Persistable object to a persistence of hierarchical structure, such as JSON, XML file.
|
class |
PersistorToJSONFile
Write Persistable object to a JSON file, such as:
|
class |
PersistorToPropertiesFile
Write Persistable object to a Properties file, such as:
|
class |
PersistorToVariable |
class |
PersistorToXMLFile
Write Persistable object to an XML file, such as:
|
Modifier and Type | Method and Description |
---|---|
static Persistor |
PersistorFactory.create(PersistenceType persistenceType,
FileUtilities.FileType fileType,
RuntimeDataInterface runtime,
java.lang.Object object) |
Copyright © SAS Institute. All Rights Reserved.