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