Searched refs:ooutput (Results 1 – 1 of 1) sorted by relevance
170 ObjectOutputStream ooutput = null; in writeObject() local173 ooutput = new ObjectOutputStream(output); in writeObject()174 ooutput.writeObject(obj); in writeObject()177 if (null != ooutput) { in writeObject()178 ooutput.close(); in writeObject()