|
API Documentation
|
|
|
An interface to define objects that can be exported using this component.
Definition: Exportable.h:15
static nkMemory::String exportObjectIntoString(Exportable *toExport)
Encompasses all API of component NilkinsExport.
Definition: Base64Encoder.h:7
Holds the information about a try to import data sources.
Definition: ExporterLoadResult.h:15
static ExporterLoadResult importIntoTree(nkMemory::StringView strVal)
A node in the tree structure representing the data to export / import.
Definition: Node.h:42
Class holding information about a string, with ownership over the data.
Definition: String.h:22
Exporter to use Json formatted data.
Definition: JsonExporter.h:18
Class holding information about a string, with no ownership over the data.
Definition: StringView.h:22
static nkMemory::String exportTreeIntoString(Node *rootNode)