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 use of abstract class in c#?
Explain the difference between and xml documentation tag?
Why do we need private constructor in c#?
What is a reference type c#?
What is an int in c#?
What is toint32 c#?
How do you escape in c#?
What is type checking in c#?
How does dictionary work in c#?
What is a factory in c#?
What are bitwise logical operators?
Explain the difference between .net and c#?
Major difference between Basic httpbinding and WShttpbinding?
What does break do in loop?
What is super class in c#?