What method is used to serialize an object to a file?
FileOutputStream.writeObject()
FileInputStream.readObject()
ObjectOutputStream.writeObject()
ObjectInputStream.readObject()