Answer Posted / 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 |
Post New Answer View All Answers
Is friend a constructor?
What is Delegate and what is it used for ?
How does c# achieve polymorphism?
Is it true that all c# types derive from a common base class?
What is lazy loading and eager loading in c#?
Why do we need private constructor in c#?
Tell me the difference between value passing and address passing?
What are the 2 kinds of data type conversions in c#?
What does convert toint32 mean?
What is multidimensional array in c#?
Are structs faster than classes?
What is tpl in c#?
What is a .aspx file?
What are the advantages of clr procedure over t-sql procedure?
Difference between debug.write and trace.write?