Searched refs:ooutput (Results 1 – 1 of 1) sorted by relevance
194 ObjectOutputStream ooutput = null; in writeObject() local197 ooutput = new ObjectOutputStream(output); in writeObject()198 ooutput.writeObject(obj); in writeObject()201 if (null != ooutput) { in writeObject()202 ooutput.close(); in writeObject()