How many types of Serialization are there in .Net ?
Interview question and answer by:
Akiii | Posted on: 5/5/2012 | Category:
.NET Framework Interview questions | Views: 741 | |
Points: 40
Answer:
(1) SOAP Serialization
(2) Binary Serialization
(3) XML Serialization
(4) Custom Serialization
Note : Serialization is a process of converting an object into stream of data so that it can be transferred across/over the internet.
Thanks and Regards
Akiii
Found interesting? Add this to: