Object identification in a stream

class WireRep implements Serializable {
  Space sp; // The process owner of the represented network object
  long id;  // The object identification withing the process
  String stubClassName;

  ... hashCode, equals and toString ...
  ... readResolve ...
}

- 4 -