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 a protected class in c#?
How do I create a new form in c#?
Explain About Iunknown interface Queue
Explain the process of abstraction with an example?
What is the use of parse in c#?
How do I join one form to another in c#?
Write a C# program to find the Factorial of n
write a c# program add two matrix with input number ?
Tell me the difference between value passing and address passing?
What is type keyword in c#?
Does the system.exception class have any cool features?
What is asp net c#?
Difference between call by value and call by reference in C#?
Can struct be static in c#?
What is parameters in c#?