Node Identity
Address pair that uniquely identifies a node in a multi-server Krill swarm.
Used inside TargetingNodeMetaData.sources / TargetingNodeMetaData.targets so callers never have to parse a "host:id" string back into its components.
@Serializable because the type rides inside polymorphic node payloads and is reflected back to clients verbatim.