what is serilization?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
Answer / naidu
serialization is process of converting object into stream
| Is This Answer Correct ? | 8 Yes | 3 No |
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 |
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 |
how can i get this 123456789 1234 6789 123 789 12 89 1 9
What is the base class for array types?
Can a private virtual method can be overridden?
What is Web.config?
Can we throw exception from catch block
What is the difference between <c> and <code> xml documentation tag?
How string definitions will prevent escaping on backslashes in C#?
How does dependency injection work c#?
What is jit? What are the different types of jit?
What is c# commonly used for?
What is callback function in c#?
can we drive a class from delegate?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)