InterviewSolution
Saved Bookmarks
| 1. |
What One Should Take Care Of While Serializing The Object? |
|
Answer» ONE should MAKE SURE that all the included objects are also SERIALIZABLE. If any of the objects is not serializable then it THROWS a Not Serializable Exception. One should make sure that all the included objects are also serializable. If any of the objects is not serializable then it throws a Not Serializable Exception. |
|