Click or drag to resize

IPersistentFieldSerializeToString Method

Returns the object's state as a plain string.

Namespace:  KSPDev.ConfigUtils
Assembly:  KSPDev_Utils.1.0 (in KSPDev_Utils.1.0.dll) Version: 1.0 for KSP v1.6+
Syntax
C#
string SerializeToString()
Request Example View Source

Return Value

Type: String
Object's state.
See Also