Why List.of() Returns a Tagged Object in Node HSF Calls and How to Fix It
An in‑depth look at how switching a Java backend method from returning null to List.of() caused a serialization quirk that made Node’s HSF client receive a tagged object instead of an empty array, and the simple fix to avoid the pitfall.
