class JsonFileLoader<Class T>Source
Constants 1
protected static const int READ_FILE_LENGTH = 100000000Referenced by LoadFile()
Members 1
protected static ref JsonSerializer m_Serializer = new JsonSerializer()Referenced by JsonLoadData(), JsonLoadFile(), JsonMakeData()
Show 5 more
, JsonSaveFile(), LoadData(), LoadFile(), MakeData(), and SaveFile()Methods 8
References CloseFile(), FileExist(), string.Format()
Show 6 more
, new JsonSerializer(), OpenFile(), ReadFile(), JsonSerializer.ReadFromString(), m_Serializer, and READ_FILE_LENGTHReferences CloseFile(), string.Format(), FPrint()
Show 4 more
, new JsonSerializer(), MakeData(), OpenFile(), and m_SerializerReferences string.Format(), new JsonSerializer(), JsonSerializer.ReadFromString()
Show 1 more
, m_Serializerstatic void JsonLoadFile(string filename, out T data)use JsonFileLoader::LoadFile instead
References CloseFile(), ErrorEx(), FGets()
Show 6 more
, FileExist(), string.Format(), new JsonSerializer(), OpenFile(), JsonSerializer.ReadFromString(), and m_Serializerstatic void JsonSaveFile(string filename, T data)use JsonFileLoader::SaveFile instead
References CloseFile(), FPrint(), new JsonSerializer()
Show 3 more
, OpenFile(), JsonSerializer.WriteToString(), and m_Serializerstatic void JsonLoadData(string string_data, out T data)use JsonFileLoader::LoadData instead
References ErrorEx(), string.Format(), new JsonSerializer()
Show 2 more
, JsonSerializer.ReadFromString(), and m_Serializerstatic string JsonMakeData(T data)use JsonFileLoader::MakeData instead