public void exportContact(DataOutputStream os) throws IOException, DHTTransportException {

    transport.exportContact(this, os);
  }