State the methods used during deserialization and serialization process.

Answers were Sorted based on User's Feedback



State the methods used during deserialization and serialization process...

Answer / 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

State the methods used during deserialization and serialization process...

Answer / 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

More Dot Net General Interview Questions

what is AGILE SCRUM methodoly....?

1 Answers  


What is typical about a windows process in regards to memory allocation in .net?

0 Answers  


Who is using .net core?

0 Answers  


If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?

0 Answers  


How will you make .NET programs work in Linux ?

0 Answers  






ctype(123.34,integer) - should it throw an error? Why or why not?

1 Answers   Wipro,


What is an anonymous method and how is it different from a lambda expression?

0 Answers  


in hibernate, what is dirty reading?

1 Answers   IBM,


What is meant fulltrust?

1 Answers  


what are design patterns in .net....?

2 Answers  


How do you turn off cookies for one page in your site? Give an example.

0 Answers  


What is a Manifest?

1 Answers   CTS,


Categories