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
What is objectset? : Entity framework
What are child actions in ASP.Net MVC?
How we can call a javascript function on the change of a dropdown list in mvc?
What is meant by bootstrap in mvc5?
what is csdl?
Is the following route definition a valid route definition? {controller}{action}/{id}
Explain the methods used to render the views in mvc?
What is net framework 3.0 ?
What happens when I install the .net framework 3.0? How can I upgrade if I already have the .net framework 2.0 installed?
Briefly describe the roles of clr in .net framework?
What is razor code?
What is domain class model?
List the new features added in .net framework 4.0.
What is attribute routing in mvc?
What is ado.net data provider? : Entity framework