State the methods used during deserialization and serialization process.
Answer Posted / hrindows@gmail.com
ObjectInputStream.readObject Reads the file and deserializes the object.
ObjectOuputStream.writeObject Serialize the object and write the serialized object to a file.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Describe the programming model of a windows service
What is .net latest version?
Difference abstract class and interface in .net?
How you apply a theme in whole application in .Net?
What are nullable types in .NET
How to implement getcommon method in class a? Are you seeing any problem in the implementation?
What is common type system (cts)?
How to view a .NET assembly?
Explain what is the difference between constants and read-only variables?
How to get the number after decimal point in .net?
What are the new features of Framework 1.1 ?
Is there any attempt system for microsoft technology papers?
How to produce an assembly?
What is an anonymous method and how is it different from a lambda expression?
What's wrong with a line like this? Datetime.parse(mystring);