![]() |
Dayz Explorer 1.28.160049
|
Static Protected Member Functions | |
| static bool | LoadFile (string filename, out T data, out string errorMessage) |
| static bool | SaveFile (string filename, T data, out string errorMessage) |
| static bool | LoadData (string string_data, out T data, out string errorMessage) |
| static bool | MakeData (T inputData, out string outputData, out string errorMessage, bool prettyPrint=true) |
| static void | JsonLoadFile (string filename, out T data) |
| #ifndef DIAG_DEVELOPER | |
| static void | JsonSaveFile (string filename, T data) |
| use JsonFileLoader::SaveFile instead | |
| static void | JsonLoadData (string string_data, out T data) |
| use JsonFileLoader::LoadData instead | |
| static string | JsonMakeData (T data) |
| use JsonFileLoader::MakeData instead | |
Static Protected Attributes | |
| static const int | READ_FILE_LENGTH = 100000000 |
| static ref JsonSerializer | m_Serializer = new JsonSerializer() |
Definition at line 1 of file jsonfileloader.c.
|
staticprotected |
use JsonFileLoader::LoadData instead
Definition at line 151 of file jsonfileloader.c.
#ifndef DIAG_DEVELOPER
use JsonFileLoader::LoadFile instead
Definition at line 105 of file jsonfileloader.c.
use JsonFileLoader::MakeData instead
Definition at line 162 of file jsonfileloader.c.
use JsonFileLoader::SaveFile instead
Definition at line 134 of file jsonfileloader.c.
|
staticprotected |
Definition at line 69 of file jsonfileloader.c.
|
staticprotected |
Definition at line 7 of file jsonfileloader.c.
|
staticprotected |
Definition at line 85 of file jsonfileloader.c.
|
staticprotected |
Definition at line 42 of file jsonfileloader.c.
|
staticprotected |
Definition at line 5 of file jsonfileloader.c.
Definition at line 3 of file jsonfileloader.c.