Answer Posted / nithya
Serialization is a process of converting object into stream
of bytes.
Types of Serialization
1)XML Serialization
2)SOAP Serialization
3)Binary Serialization
4)Custom Serialization
In XML Serialization we can convert only public objects into
stream of bytes, where as in SOAP and Binary Serialization
we can convert private objects also.
In XML Serialization we can able to convert only objects
into stream of bytes, but in Binary Serialization we can
convert all the objects(Objects in Object) also.
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
What is the difference between console application and windows application?
What is null propagation c#?
What is the c# equivalent of c++ catch (…), which was a catch-all statement for any possible exception? Does c# support try-catch-finally blocks?
What is the use of properties window?
What are Namespaces?
What is sealed class in c#?
Which of these statements correctly declares a two-dimensional array in c#?
What Is An Interface Class?
What is garbage collector and where should you use in .NET?
What is the difference between == and object.equals?
What is Covariance and contravariance in C#?
What are methods c#?
What is the difference between CONST and READONLY?
What are managed providers?
Explain About sn.exe