467468469470471472473474475476477
try { clazz.write(_smith); return true; } catch (IOException e) { e.printStackTrace(); return false; } }