KspData Methods KerbalData - KSP Data Unlocked!
Methods

  Name Description
Public method Static member Convert T (String, KspProcessor T )
Converts and KSP formatting string into a de-serialized object
Public method Static member Convert T (String, String)
Converts and KSP formatting string into a de-serialized object
Public method Static member Convert T (T, KspProcessor T )
Converts an object instance to a KSP data string
Public method Static member Convert T (T, String)
Converts an object instance to a KSP data string
Public method Static member LoadKspFile T (String, KspProcessor T )
Loads and de-serializes a KSP data files into the requested type
Public method Static member LoadKspFile T (String, String)
Loads and de-serializes a KSP data file into the requested type
Public method Static member SaveFile T (String, T, KspProcessor T )
Saves provided data to KSP data format at the provided path
Public method Static member SaveFile T (String, T, String)
Saves provided data to KSP data format at the provided path
Back to Top
See Also