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
Can an int be negative c#?
write a C# Program add two matrix ?
What are the two kinds of properties in c#.
What is threading in c# with example?
What are Namespaces?
How can we make a thread sleep for infinite period ?
Define c# i/o classes?
What is difference between .net and c#?
Why is dll used?
How does one compare strings in c#?
What are the different types of classes?
What is the difference between do and while loop?
What is Global Assembly Cache (GAC) and what is the purpose of it? (How to make an assembly to public? Steps) How more than one version of an assembly can keep in same place?
What is entity framework in c#?
What's different between c# and c/c++?