Complete the following procedure to compile and run the example:
javac CustomDataExample.java
java CustomDataExample
Two arrays are printed: the first shows the array before serialization; the second shows the array after deserialization.