ae1fa4df98
Kotlin 2.3 + kotlinx.serialization 1.7 — the reified overload of `Json.encodeToString(value: T)` failed to infer T from the argument's type at the call site (the compiler resolved to the SerializationStrategy + value overload and complained both about the type mismatch and the missing 'value' arg). Specifying `<ResumePayload>` explicitly resolves to the correct overload. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>