Converts all Set<string> fields in a TCoreChecksumConfig to string[] so the config survives a plain JSON.stringify round-trip (which turns Sets into {}). Returns undefined when the input is undefined.
Set<string>
TCoreChecksumConfig
string[]
JSON.stringify
{}
undefined
Converts all
Set<string>fields in aTCoreChecksumConfigtostring[]so the config survives a plainJSON.stringifyround-trip (which turns Sets into{}). Returnsundefinedwhen the input isundefined.