UnMappedPropertiesConverter T  Class KerbalData - KSP Data Unlocked!
JSON.NET implmentation class for de-serializing to classes while storing unmapped properties to the the IKerbalDataObject implmentation.
Inheritance Hierarchy

Online System Object
  JsonConverter
    CustomCreationConverter T 
      KerbalData UnMappedPropertiesConverter T 

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

public class UnMappedPropertiesConverter<T> : CustomCreationConverter<T>
where T : class, new(), IKerbalDataObject
Type Parameters

T
model type being processed
Thread Safety

Static members of this type are not safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.
See Also