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 the difference between hashtable and dictionary in c#?

463


What is array and its types in c#?

515


What is Dependency of Injection?

527


How we can create an array with non-default values?

498


Can arraylist store different data types in c#?

462






What is the difference between do and while loop?

437


What is array class in c#?

449


What does this keyword mean in c#?

510


What is difference between .net and c#?

459


What is difference between ilist and list in c#?

472


What does static mean in c sharp?

560


Is c# int immutable?

496


What is the signature of a method?

474


What is cli in c#?

491


Explain about accessibility modifier 'protected internal'?

532