Размер видео: 1280 X 720853 X 480640 X 360
Показать панель управления
Автовоспроизведение
Автоповтор
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.
complex topic, easily explained
thank you so much for simple explanation and going straight to the problem :)
Thanks for your video, Very helpfull.Do you have the sorucecode for download at some place?
Why do you check for an existing file and delete it? File.Create simply overwites the old file.
Thanks mate. Great explanation.
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
I think he wanted to make sure he had a clean file to write to. If he had appended then the file would continue to grow in size every time he ran the serialization process, and it would begin to fill with outdated and irrelevant data.
that's simple and excellent explanation
Word of warning though, I would not recommend using BinaryFormatter serialize and deserialize methods as it is unsecure.
many thanks for your effort
Thank you very much for the video..!😍
Really Good video!!
Wow that's so useful for me👍
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.
Amazing
Also, It doesn't correctly serialize an array of objects.
Please add source codes.
Don't put background music in tutorial vedios... it distracts...
Okay🙃
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.
complex topic, easily explained
thank you so much for simple explanation and going straight to the problem :)
Thanks for your video, Very helpfull.
Do you have the sorucecode for download at some place?
Why do you check for an existing file and delete it? File.Create simply overwites the old file.
Thanks mate. Great explanation.
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
I think he wanted to make sure he had a clean file to write to. If he had appended then the file would continue to grow in size every time he ran the serialization process, and it would begin to fill with outdated and irrelevant data.
that's simple and excellent explanation
Word of warning though, I would not recommend using BinaryFormatter serialize and deserialize methods as it is unsecure.
many thanks for your effort
Thank you very much for the video..!😍
Really Good video!!
Wow that's so useful for me👍
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.
Amazing
Also, It doesn't correctly serialize an array of objects.
Please add source codes.
Don't put background music in tutorial vedios... it distracts...
Okay🙃