Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 use of abstract class in c#?

980


Explain the difference between and xml documentation tag?

952


Why do we need private constructor in c#?

935


What is a reference type c#?

992


What is an int in c#?

949


What is toint32 c#?

1084


How do you escape in c#?

978


What is type checking in c#?

954


How does dictionary work in c#?

933


What is a factory in c#?

928


What are bitwise logical operators?

942


Explain the difference between .net and c#?

982


Major difference between Basic httpbinding and WShttpbinding?

1107


What does break do in loop?

993


What is super class in c#?

1014