what is serilization?

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


Please Help Members By Posting Answers For Below Questions

What is a protected class in c#?

679


How do I create a new form in c#?

693


Explain About Iunknown interface Queue

712


Explain the process of abstraction with an example?

674


What is the use of parse in c#?

631


How do I join one form to another in c#?

661


Write a C# program to find the Factorial of n

735


write a c# program add two matrix with input number ?

727


Tell me the difference between value passing and address passing?

845


What is type keyword in c#?

692


Does the system.exception class have any cool features?

688


What is asp net c#?

671


Difference between call by value and call by reference in C#?

730


Can struct be static in c#?

700


What is parameters in c#?

688