|
| virtual string | _IJGetName (string name) |
| |
| virtual List< Directories > | _IJGetHierarchie (List< Directories > hierarchie_base) |
| |
| virtual bool | _IJGetRawObject (out T payload, string path) |
| |
| virtual T | _IJPreProcess (T payload) |
| |
| virtual T | _IJPostProcess (T payload) |
| |
| bool | store (List< Directories > hierarchie, string name, bool use_install_folder=false, bool overwrite=true, bool deep_store=true) |
| |
| bool | store_children (List< Directories > hierarchie, string name, bool use_install_folder=false, bool overwrite=true, bool deep_store=true) |
| |
| static bool | store (List< Directories > hierarchie, string name, T payload, bool use_install_folder=false, bool overwrite=true, bool deep_store=true) |
| |
| static bool | store_children (List< Directories > hierarchie, string name, T payload, bool use_install_folder=false, bool overwrite=true, bool deep_store=true) |
| |
| static bool | load_children (List< Directories > hierarchie, string name, ref T raw_payload, bool use_install_folder=false, bool deep_load=true, bool post_process=true) |
| |
| static bool | load (List< Directories > hierarchie, string name, out T payload, bool use_install_folder=false, bool deep_load=true, bool post_process=true) |
| |
| static T | postprocess (T payload) |
| |
| static T | preprocess (T payload) |
| |
| static void | delete_children (List< Directories > hierarchie, string name, bool use_install_folder=false, int skip_last_children=0) |
| |
| static bool | delete (List< Directories > hierarchie, string name, bool use_install_folder=false) |
| |
| static readonly IJSONsavable< T > | Instance |
| |
| static readonly FieldInfo[] | JsonSaveableFields |
| |
| static readonly FieldInfo[] | JsonAutoPreProcessFields |
| |
| static readonly FieldInfo[] | JsonAutoPostProcessFields |
| |
| static readonly FieldInfo[] | JsonSeperateFields |
| |
| static List< Directories > | hierarchie |
| |