@backstreetbrogrammer
--------------------------------------------------------------------------------
Chapter 06 - Serialization with Java Objects as array
--------------------------------------------------------------------------------
If we have an array of a serializable class objects, the whole array can be serialized in one go by just calling writeObject() method from ObjectOutputStream class.
We need to ensure that every element in the array is Serializable, otherwise the serialization will fail.
Java Serialization Playlist: • Java Serialization
Java Serialization Github: https://github.com/backstreetbrogramm...
Dynamic Programming Playlist: • Dynamic Programming
Dynamic Programming Github: https://github.com/backstreetbrogramm...
#java #javadevelopers #javaprogramming #javaserialization