Title: E-learning-Java Complete Course-Programming fundamental in Java-Lesson 45-Serialization-Part-2
Duration: 16:53 minutes
Summary: This lesson covers the Object serialization is the process of saving an object's state to a sequence of bytes, as well as the process of rebuilding those bytes into a live object at some future time. The Java Serialization API provides a standard mechanism for developers to handle object serialization. The API is small and easy to use, provided the classes and methods are understood.
Methodology of the development of example: DeSerialization in java.
Technology Used: JAVA.
Keywords: JAVA, Java Virtual Machine, JDK 1.6, Deserialization,version Control.