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
Why is it called c sharp?
Explain About web methods and its various attributes
What is the advantage of singleton class?
What is meant by desktop application?
Explain data types in c#?
What are custom exceptions?
What is ilasm.exe used for?
Why abstract class is not instantiated in c#?
What is native image generator (ngen.exe)?
What floating point types is supported in C#?
What issues can be faced while delivering code?
What is the predicate of a sentence?
What is uint64?
How long can a string be c#?
Explain about generics in c#.net?