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
Is .net core the future?
What is the new three features of COM+ services, which are not there in COM (MTS)
How is a managed code executed?
What is .net debug & trace?
How com+ related to the dna architecture?
What is a metadata in .net?
Explain the difference between garbage collections in .net 4.0 and earlier versions?
Explain me what is an anonymous method and how is it different from a lambda expression?
Can I write my own .net host?
What does jit do?
What are the different types of remote object creation mode in .net?
How many design patterns can be created in .net?
What is garbage collection and how it works ?
Can a try block have nested try blocks?
Explain the main components in .net?