Home »

Can a nested object be used in Serialization ?

Question ListCategory: .NETCan a nested object be used in Serialization ?
jeanderson295 author asked 8 years ago
1 Answers
shah_kajal184 author answered 8 years ago

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.
Difference between int and int32 ?Both are same. System.Int32 is a .NET class. Int is an alias name for System.Int32.

Please login or Register to Submit Answer