An attempt at modernizing the serialization method for protocols::jd3::compare_job_nodes accidentally made things be called in an infinite loop. This is breaking the GCC 12 serialization build.
The fix is easy -- there's now no data to serialize, so we can simply replace the functions with empty ones.
An attempt at modernizing the serialization method for protocols::jd3::compare_job_nodes accidentally made things be called in an infinite loop. This is breaking the GCC 12 serialization build.
The fix is easy -- there's now no data to serialize, so we can simply replace the functions with empty ones.