Methods
| Name | Description | |
|---|---|---|
|
|
Convert T (String, KspProcessor T ) |
Converts and KSP formatting string into a de-serialized object
|
|
|
Convert T (String, String) |
Converts and KSP formatting string into a de-serialized object
|
|
|
Convert T (T, KspProcessor T ) |
Converts an object instance to a KSP data string
|
|
|
Convert T (T, String) |
Converts an object instance to a KSP data string
|
|
|
LoadJsonFile(String) |
Loads a JSON formatting file into JObject
|
|
|
LoadJsonFile T (String) |
Loads a JSON formatting file into requested type
|
|
|
LoadKspFile T (String, KspProcessor T ) |
Loads and de-serializes a KSP data files into the requested type
|
|
|
LoadKspFile T (String, String) |
Loads and de-serializes a KSP data file into the requested type
|
|
|
SaveFile T (String, T, KspProcessor T ) |
Saves provided data to KSP data format at the provided path
|
|
|
SaveFile T (String, T, String) |
Saves provided data to KSP data format at the provided path
|
See Also