![]() |
TerraForge3D
2.3.1
3D Terrain And Landscape Generator
|
Public Member Functions | |
Serializer (ApplicationState *state) | |
Serializer (ApplicationState *state, std::function< void(std::string, bool)> errorFunc) | |
nlohmann::json | Serialize () |
void | PackProject (std::string path) |
void | LoadPackedProject (std::string path) |
void | SaveFile (std::string path) |
void | LoadFile (std::string path) |
ApplicationState * | Deserialize (nlohmann::json data) |
Private Attributes | |
nlohmann::json | data |
std::function< void(std::string, bool)> | onError |
ApplicationState * | appState |
Definition at line 9 of file Serializer.h.