Click or drag to resize

IPersistentFieldSerializeToString Method

Returns the object's state as a plain string.

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

Return Value

Type: String
Object's state.
See Also