Please provide in Java programming
test scores Modification for Serialization Modifies theTestScores class that you created for Programming Challenge 1 to beserializable. Write a program that creates an array of at leastfive TestScore objects and serializes them. Write another programthat deserializes the objects from the file.
Create an ArrayList of TestScores1 objects. Hard-code the values for five TestScores1 objects and add them to the ArrayList. Use ObjectIO to output and then input the entire Arraylist with a single writeObject and readObject method calls. Print the ArrayList before and after the save and load. Repeat, save the ArrayList and then load it into
OR
OR