IKspConverter T  Interface KerbalData - KSP Data Unlocked!
Interface for Converter implementations

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

public interface IKspConverter<T>
Type Parameters

T
Model type handled by the converter instance
Remarks

Implementations of this interface are responsible for converting internal DataContex definitions to desired objects types. THis interim step in between serialization and data mapping allows for custom object type mappings used in highly advanced scenarios and to support core API use-cases.
See Also