Jun 26, 2023 · 9 min read · In Java, everything is an object, Objects encapsulate data and behaviour, providing a foundation for building complex systems. When it comes to preserving and transporting these objects, serialization and de-serialization plays a crucial role. Serial...
Join discussion
May 9, 2023 · 3 min read · serialization in Java Serialization is the process of saving (or) writing state of an object to a file is called serialization but strictly speaking, it is the process of converting an object from java supported form to either network supported form...
Join discussion