C# Binary Serialization | Serialization and Deserialization | Part 1

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

Watch the c# binary serialization code example and learn how to do it.


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

OMG, everything made so much sense, your organization of code really help me learn what the heck is going on, much love and thank you so much.

Sketchy
Автор

thank you so much for simple explanation and going straight to the problem :)

BoxBishop
Автор

that's simple and excellent explanation<3!

UmeshBeti
Автор

Thanks for your video, Very helpfull.
Do you have the sorucecode for download at some place?

JensOleMortensen
Автор

Why do you check for an existing file and delete it? File.Create simply overwites the old file.

NathanSeraph
Автор

Great video, Please why did you check if the file existed and then deleted, why didn't we check if it existed, then open and append the file

Thanks

xyz
Автор

Word of warning though, I would not recommend using BinaryFormatter serialize and deserialize methods as it is unsecure.

dragonore
Автор

Also, It doesn't correctly serialize an array of objects.

xyz
Автор

Why can't we just send the text over the network instead. Why do we need to go through the whole process of serializing it.

-Plube-
Автор

Don't put background music in tutorial vedios... it distracts...

rishitripathi