Answer Posted / 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 |
Post New Answer View All Answers
Explain the use of Mutex in C#?
What is the difference between add and addrange in c#?
Why do we use delegates in c#?
What are abstract classes in c#?
Are tuples mutable c#?
What is the diff between the System.Array.CopyTo() and System.Array.Clone()?
What's the difference between System.String and System..StringBuilder in C#?
How can you force derived classes to provide new method implementations for virtual methods?
What is the difference between serialization and deserialization in c#?
What does dbml stand for?
What exactly happens when we debug and build the program?
Is namespace a class?
What is the difference between a private assembly and a shared assembly?
What is the difference between delegates and events in c#?
Why do we need structs in c#?