Searched refs:oos (Results 1 – 1 of 1) sorted by relevance
1066 ObjectOutputStream oos = new ObjectOutputStream(baos); in writeSerializable() local1067 oos.writeObject(s); in writeSerializable()1068 oos.close(); in writeSerializable()