Even still there are plans of removing Serialization from Java completely, it’s still relevant to know it since many systems and projects are using it. If you are curious to know more about the subject, you can check the following article:
JDK 11: Beginning of the End for Java Serialization?
In simple words, the process of serialization is to transform an Object into a Byte stream.
Without further ado, can you solve the following Java Challenge?
If you want to watch the FULL video explanation of this Java Challenge, check it out (I highly recommend to try out the Java Challenge first though):
That’s it Java Challenger, keep breaking your Java limits and solving the Java Challenges. Remember consistency is key to master any skill!