Can a nested object be used in Serialization



Can a nested object be used in Serialization..

Answer / kirti

Yes. If a class that is to be serialized contains references to objects of other classes, and if those classes have been marked as serializable, then their objects are serialized too.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

Explain the new features added in version 4 of mvc (mvc4)?

0 Answers  


Explain two instances where routing is not implemented or required?

0 Answers  


will this code works fine? or will it gives error? Object obj=5; int i=6; i=i+obj;

9 Answers   Kanbay,


unit test done by tetser on development team?

3 Answers   Crea,


Mention two instances where routing is not implemented or required?

0 Answers   Infosys,






If you change something in web.config file.Do u need to compile again?

5 Answers   Broadridge, SMNetserv,


What is filters in web api?

0 Answers  


Difference between Dispose and Finalize method

1 Answers  


what is conceptual model?

0 Answers   Microsoft,


What are the new enhancements done in default project template of asp.net mvc 4?

0 Answers  


What type of filter does outputcacheattribute class represents?

0 Answers  


Explain the advantages and disadvantages of ASP.Net MVC over ASP.NET?

0 Answers  


Categories