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 ...
}