Ensures all fields of a TCoreChecksumConfig are Set<string> instances.
After a JSON round-trip, Sets become arrays (custom replacer) or empty
objects (native JSON.stringify); this converts both forms back to Sets.
Returns undefined if the input is undefined. Leaves undefined fields as-is.
Ensures all fields of a
TCoreChecksumConfigareSet<string>instances. After a JSON round-trip, Sets become arrays (custom replacer) or empty objects (nativeJSON.stringify); this converts both forms back to Sets. Returnsundefinedif the input isundefined. Leaves undefined fields as-is.