|  | 
| 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 
 | 
|  | 
◆ JsonLoadData()
  
  | 
        
          | static void JsonLoadData | ( | string | string_data, |  
          |  |  | out T | data |  
          |  | ) |  |  |  | inlinestaticprivate | 
 
use JsonFileLoader::LoadData instead 
References ErrorEx.
 
 
◆ JsonLoadFile()
  
  | 
        
          | static void JsonLoadFile | ( | string | filename, |  
          |  |  | out T | data |  
          |  | ) |  |  |  | inlinestaticprivate | 
 
 
◆ JsonMakeData()
  
  | 
        
          | static string JsonMakeData | ( | T | data | ) |  |  | inlinestaticprivate | 
 
use JsonFileLoader::MakeData instead 
 
 
◆ JsonSaveFile()
  
  | 
        
          | static void JsonSaveFile | ( | string | filename, |  
          |  |  | T | data |  
          |  | ) |  |  |  | inlinestaticprivate | 
 
 
◆ LoadData()
  
  | 
        
          | static bool LoadData | ( | string | string_data, |  
          |  |  | out T | data, |  
          |  |  | out string | errorMessage |  
          |  | ) |  |  |  | inlinestaticprivate | 
 
 
◆ LoadFile()
◆ MakeData()
  
  | 
        
          | static bool MakeData | ( | T | inputData, |  
          |  |  | out string | outputData, |  
          |  |  | out string | errorMessage, |  
          |  |  | bool | prettyPrint = true |  
          |  | ) |  |  |  | inlinestaticprivate | 
 
 
◆ SaveFile()
◆ m_Serializer
◆ READ_FILE_LENGTH
  
  | 
        
          | protected const int READ_FILE_LENGTH = 100000000 |  | staticprivate | 
 
 
The documentation for this class was generated from the following file: