Computes a hash code based on the serialized bytes.
@override int get hashCode { return sourcePort ^ destinationPort ^ payload.hashCode; }