227228229230231232233234235236237
} synchronized (targetToSave) { s.writeObject(targetToSave); s.flush(); if (synchPoint != null) { String xmlSynchPoint = synchPoint.serializeToXML(); synchPointOut.write(xmlSynchPoint.getBytes()); synchPointOut.flush(); } } }