Converts a KspDataContext instance into a specific object type
Namespace: KerbalData.Serialization.Serializers.V018xAssembly: KerbalData (in KerbalData.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public T Convert( KspDataContext context )
Parameters
- context
- Type: KerbalData KspDataContext
data to map
Return Value
object constructed based on contextImplements
IKspConverter T Convert(KspDataContext)See Also