Allows to export and import content through their declaration files. More...
Allows to export and import content through their declaration files.
|
static |
Inputs data from a file and returns associated tree, if parsing can occur. It will use Json parsing.
filePath | The file path, relative to working directory. See nkResources::ResourceManager for path naming convention. |
|
static |
Inputs data from memory and returns associated tree, if parsing can occur. It will use Json parsing.
sources | The sources to parse. |
|
static |
Writes data to a file.
content | The content to write. |
path | The path, relative to working directory, to output the file to. See nkResources::ResourceManager for path naming convention. |
|
static |
Saves an exportable into a file.
object | The object to serialize and export. |
pathFromData | The path, relative to working directory, to output the file to. See nkResources::ResourceManager for path naming convention. |
|
static |
Loads a component declaration, from a file.
pathFromData | The file path, relative to working directory. See nkResources::ResourceManager for path naming convention. |
|
static |
Loads a component declaration, from memory.
sources | The memory chunk to interpret. |
|
static |
Loads a component declaration, from an existing tree.
tree | The tree to interpret. |
|
static |
Loads a Layout declaration, from a file.
pathFromData | The file path, relative to working directory. See nkResources::ResourceManager for path naming convention. |
|
static |
|
static |
|
static |
Loads a interface (Component mixed with Layout) declaration, from a file.
pathFromData | The file path, relative to working directory. See nkResources::ResourceManager for path naming convention. |
|
static |
|
static |