while (datos==null) { ObjectInputStream datos; datos = new ObjectInputStream( cliente1.getInputStream() ); } return(entrada.readObject);