GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  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