Does Anyone Know What Is Xml Serialization? Help Needed.

Asked By 0 points N/A Posted on -
qa-featured

I have started studying XML, and I am facing a problem in it, does someone know what is xml serialization, if yes then please share it with me.

SHARE
Answered By 60 points N/A #297036

Does Anyone Know What Is Xml Serialization? Help Needed.

qa-featured

Serialization is the process of changing an object into a form so that it can be put in sharing. For instance, you can serialize any object and then send it through the internet using the network protocol, (HTTP).

XML serialization means serializing the fields which are public and the property values of any object into an XML Stream. It does not hold any kind of data. For instance, if there is a student object that is present in the School namespace, then there is no guarantee that it can be undone with serialization into an object of a similar or same kind.

Related Questions