| |
GeekInterview.com > Interview Questions > Programming > XML
| Print | |
Question: XML and Binary Serialization
Answer: What is XML Serialization and Binary Serialization? Where it actually used? |
| July 07, 2008 01:28:30 |
#2 |
| IanJoshua |
Member Since: July 2008 Total Comments: 3 |
RE: XML and Binary Serialization |
Adding to above responses, XMLSerialization is called Shallow Serialization because it can serialize only public fields
Soap Serialization and Binary Serialization techniques are called Deep Serialization because it serialize the object containing reference to other objects |
| |
Back To Question | |