比如:
      people p = new people();
      String s = p.toString();
      现在我想用s还原成类people的一个对象不知有没有办法?