object graph in serialization
Object graph in Serialization ==================================== Whenever we are serializing an object, the set of all objects which are reachable from that object, will be serialize automatically. This group of object is noth…