4) SERIALIZATION WITH RESPECT TO INHERITANCE: Case a: Parent class implements Serializable but child class do not If parent is Serializa...
Home / java serialization
Showing posts with label java serialization. Show all posts
Showing posts with label java serialization. Show all posts
Java Serialization: Class 11
Difference Between Serialization and Externalization: Serialization Externalization 1) It is meant for defualt S...
Java Serialization: Class 10
Externalization Continues: As i mentioned earlier, in Serialization, transient keyword plays a very important role. Now, let's see wh...
Java Serialization: Class 9
5) EXTERNALIZATION: This is concept is not well known to everyone. But it is very important and beautiful concept. Here are some points t...
Java Serialization: Class 7
Implementation of Customized serialization: We already discussed the need for Customized Serialization in our previous class . Now we wil...
Java Serialization: Class 6
3) CUSTOMIZED SERIALIZATION: Customized Serialization is an important implementation in Java Serialization. This post is about the need f...
Java Serialization: Class 5
2) OBJECT GRAPH IN SERIALIZATION: 1) Whenever we are serializing an Object the Set of all objects which are reachable from that Obje...
Java Serialization: Class 4
In Serialization, we write and read Object from .ser file. So, we now discuss on the property of .ser file. How we can read and write multi...
Subscribe to:
Posts
(
Atom
)