Java Roadmap

Day 33: Serialization and Deserialization

Serialization is the process of converting objects to a byte stream and Deserialization does the opposite i.e converting byte stream to objects

  • Implement Serializable interface for both Instructor and Student class
  • Serialize Instructor/Student object to a file and Deserialize the object from the file

Sponsor Us|Community|Blog|Youtube
Have Feedback or want to contribute? Email: hello[@]100DaysOfCode.io
100DaysOfCode@2024