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?

Answers were Sorted based on User's Feedback



what is serilization?..

Answer / thirushakar

Serialization is the process of saving the state of an
object by converting it to a stream of bytes

Is This Answer Correct ?    20 Yes 1 No

what is serilization?..

Answer / 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

what is serilization?..

Answer / stanly jose

All the above descriptions are corret.

Seriallization is done for the faster accessing of remote
object. So it is mainly used in remoting.
Remoting is a concept in .Net which helps to access/make
use of remote (through internet) application(/object).
So the object requested is converted in to stream of bytes
and get transfered to the requsted application.

Is This Answer Correct ?    9 Yes 1 No

what is serilization?..

Answer / naidu

serialization is process of converting object into stream

Is This Answer Correct ?    8 Yes 3 No

what is serilization?..

Answer / annalakshmi

SERIALIZATION:
serialization is the process of converting an
object or a graph of object in to a linear sequence of
bytes or stream.

Is This Answer Correct ?    3 Yes 6 No

what is serilization?..

Answer / sharif

It is the process of converting the objects in to stream of
bytes. or
we can say, maintain the state of the object in to the
storage medium like disk, cd's etc..

Serialization can be do in two ways.
1. XML serialization.
2. Binary serialization.

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More C Sharp Interview Questions

What is virtual class in C#?

0 Answers   B-Ways TecnoSoft,


hi, I am a begineer to c sharp. I have written a code for finding out prime numbers. Can anyone identify what are the flaws in my code. Kindly donot complex the code or present logic because i am new to c sharp and just started learning programming language.Thanks in advance. class Program { static void Main(string[] args) { int a,b=1; a = int.Parse(Console.ReadLine()); c= int.Parse(Console.ReadLine()); if (a % b == 0 && a % 2 != 0 && a % a == 0) Console.WriteLine(a); else if (a % b == 0 && a % 2 == 0) Console.WriteLine(a%2); Console.WriteLine("Number is not PRIME"); Console.ReadLine(); } } }

2 Answers  


what is the real use of interface in c#,other than that multiple inheritance is not possible

7 Answers  


i need to insert data into sql server table emp through textboxes txtname and txtsalary using c# code. Please help

1 Answers  


What is the meaning of extention?

0 Answers  


Explain code compilation in c#.

0 Answers  


Which of these statements correctly declares a two-dimensional array in c#?

0 Answers  


Explain the difference between a namespace and assembly name in .net?

0 Answers  


Explain the difference between “as” and “is” operators used in c#?

0 Answers  


What is reflection in c#?

0 Answers  


when data member or member function is static is acess specifier is considered??

2 Answers  


What are desktop applications examples?

0 Answers  


Categories