What is XML serialization



What is XML serialization..

Answer / Pankaj Kumar Pandey

XML Serialization is the process of converting .NET objects into XML format and vice versa. It allows developers to work with data in a native object-oriented way while storing or transmitting it as XML. This can be achieved using classes such as XmlSerializer, DataContractSerializer, and BinaryXmlFormatter.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ADO.NET Interview Questions

What is a dataset?

3 Answers  


What is sql command in ado net?

1 Answers  


What is ado circle?

1 Answers  


What is the difference between data reader and data adapter?

1 Answers  


What are the Different layers in ADO.Net?

7 Answers  


Where does ADO.NET and XML web services come in the architecture ?

1 Answers   IBM, TCS,


Does dapper use ado.net?

1 Answers  


Explain the two fundamental objects in ado.net?

1 Answers  


How to insert multiple records in asp .net from Gridview to Sql Database with out using loop condition ?

2 Answers  


ADO and ADO.NET differences ?

2 Answers   Microsoft,


What is sequence of code in retrieving data from database ?

3 Answers   Accenture, BirlaSoft,


What is a column variable?

1 Answers  


Categories