The wire representation is assigned the first time a network object
is sent to any other process.
class WireRep implements Serializable {
Space sp; // The process owner of the represented network object
long id; // The object identification within the process
String stubClassName; // For convenience
... hashCode, equals and toString ...
... readResolve ...
}