KspProcessor T  Class KerbalData - KSP Data Unlocked!
The Processor is responsible for managing the serialization/de-serialization process for object data.
Inheritance Hierarchy

Online System Object
  KerbalData.Serialization KspProcessor T 

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

public class KspProcessor<T>
where T : class, new()
Type Parameters

T
model type to process
See Also