IKspSerializer Members KerbalData - KSP Data Unlocked!

The IKspSerializer type exposes the following members.
Methods

  NameDescription
Public methodDeSerialize
De-Serializes the provided reader into context.
Public methodSerialize
Serializes the provided context into the writer
Public methodSupportsVersion
Tells if a specified version is supported by the implmentation
Back to Top
Properties

  NameDescription
Public propertyCanDeSerialize
Gets the value indicating whether the implmentation can sde-erialize KSP data for the supported versions
Public propertyCanSerialize
Gets the value indicating whether the implmentation can serialize KSP data for the supported versions
Public propertyVersions
Gets the list of KSP versions this serializer supports
Back to Top
See Also