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