Description
Serialization is a mechanism of converting an object into a sequence of bytes which can be continued to a disk or database or can be sent through streams. Through this training we shall learn this process in detail. All the lectures are explained with examples and source codes to help you learn better.
The training includes the following;
Saving object state
Writing a serialized object to a file
Java input and output streams (connections and chains)
Object serialization
Implementing the Serializable interface
Using transient variables
Deserializing an object
Writing to a text file
java.io.File
Reading from a text file
Splitting a String into tokens with split()