| Interface | Description |
|---|---|
| DataExporter<T> |
Implement this interface to create a data set exporter that will handle objects of a specific
type.
|
| DataImporter<T> |
Implement this interface to create a data set importer that will handle objects of a specific
type.
|
| DataManager |
The data manager provides data import and export facilities.
|
| Class | Description |
|---|---|
| BaseDataExporter<T> |
An helper base class that can be extended to create a data exporter.
|
| BaseDataImporter<T> |
An helper base class that can be extended to create a data importer.
|
| Annotation Type | Description |
|---|---|
| DataSet |
This annotation marks
DataImporters and DataExporters to specify the data set
they are handling. |
Copyright © 2013-2018–2019 SeedStack. All rights reserved.