IStorable Interface KerbalData - KSP Data Unlocked!
Represents a data element that can be saved as a unit.

Namespace: KerbalData
Assembly: KerbalData (in KerbalData.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public interface IStorable : IKerbalDataObject, 
	IDictionary<string, JToken>, ICollection<KeyValuePair<string, JToken>>, 
	IEnumerable<KeyValuePair<string, JToken>>, IEnumerable
See Also