359360361362363364365366367368369
if (j != turn.getTurn()) { throw new Error("Something rotten"); } if (isbin) { turn.stripDetails(options); oos.writeObject(turn); } else if (isxml) { turn.writeXml(xwr, options); } } catch (ClassNotFoundException e) {