C# XML Serialization | Serialization and Deserialization | Part 2

preview_player
Показать описание
In this video, you can learn how to easily serialize and deserialize a C# object in the Xml format.


----------My Social Links:
Рекомендации по теме
Комментарии
Автор

yes hi, my question is do you have a quick way, though this code, to load many objects with a complete object with say 50 fields in it?

stephanerichard
Автор

I wish you had also shown the output file's contents, like you did with the Binary example in video 1.

bentesla
Автор

excellent effort
but what if have to save list of data not just one person?
many thanks

solvedplus
Автор

how xml serialization and deserialization of ienumerable collection of interface class works ?

manjunathai
Автор

It would be beneficial if we can find a way to save data in array format, that way we can access multiple data.
I would never used this as storage information.
but for Settings and static variable these would be a lot of help.
But If I tried this on more complicated data where you need to use for each to find data it fall apart.

exogendesign
Автор

Code style basics, please use a verb for a method. var for variables. ReSharper should do the tricks.

khryomakhina