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
Explain the difference between garbage collections in .net 4.0 and earlier versions?
Explain how to produce an assembly?
How do you instantiate a complex number?
What is value type and refernce type in .net?
How can I get at the win32 api from a .net program?
How to implement CAS in .Net?
Is .net core managed code?
What's singleton activation mode in .net?
What are virtual destructures?
I'm having some trouble with cas. How can I troubleshoot the problem?
How many namespaces are in .net version 1.1?
Describe the Managed Execution Process
What is assembly in .net?
Which namespace is require to used XML in .NET?
What is reflection in microsoft .net context?