Does the .NET Framework have in-built support for
serialization?

Answer Posted / kirti

There are two separate mechanisms provided by the .NET class library - XmlSerializer and SoapFormatter/BinaryFormatter. Microsoft uses XmlSerializer for Web Services, and uses SoapFormatter/BinaryFormatter for remoting. Both are available for use in your own code.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain covariance and contra-variance in .net framework 4.0. Give an example for each.

812


Can you explain model, controller and view in mvc?

786


What is viewstart page in mvc?

817


How route table is created in ASP.NET MVC?

828


What is RouteConfig.cs in ASP.Net MVC 4?

836


what is csdl?

823


What is entitytypes? : Entity framework

824


What is needed for running an application built on winfx on the .net framework 3.0?

733


How to Create an Intranet Site Using ASP.NET MVC?

860


What are differences between entity framework and l2s? : Entity framework

919


What is meant by tempdata in mvc?

794


What is the importance of NonActionAttribute?

850


Explain the use of Inversion of control (IOC)?

842


Is .net framework going away?

797


What is ViewData and TempData in ASP.Net MVC?

827