Interface for Converter implementations
Namespace: KerbalData.SerializationAssembly: KerbalData (in KerbalData.dll) Version: 1.0.0.0 (1.0.0.0)
public interface IKspConverter<T>
public interface IKspConverter<T>
generic<typename T>
public interface class IKspConverter
generic<typename T>
public interface class IKspConverter
- T
- Model type handled by the converter instance
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.