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
What are the new features in .net core?
What is STA in .NET?
Using com component in .net?
How to implement getcommon method in class a? Are you seeing any problem in the implementation?
What is the difference between response.write & response.output.write?
What is the difference between odbc and ado?
What is typical about a windows process in regards to memory allocation in dot net?
Should I implement finalize on my class? Should I implement idisposable?
What is immutability?
What is assemblies in .net?
What is data type and how many types of data types are in .NET ?
Explain the difference between vb and vb.net?
Explain me what is .net web service?
Which dll is required to translate xml to sql in internet information server (iis)?
Tell us what is the difference between struct and class?