C# Binary Serialization | Serialization and Deserialization | Part 1

Поделиться
HTML-код
  • Опубликовано: 21 дек 2024

Комментарии • 23

  • @Sketchy144
    @Sketchy144 3 года назад +4

    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.

  • @uktradingco1
    @uktradingco1 4 года назад +6

    complex topic, easily explained

  • @BoxBishop
    @BoxBishop 2 года назад +2

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

  • @JensOleMortensen
    @JensOleMortensen 3 года назад +1

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

  • @NathanSeraph
    @NathanSeraph 4 года назад +1

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

  • @RafaAyadi
    @RafaAyadi Год назад

    Thanks mate. Great explanation.

  • @0xyz
    @0xyz 4 года назад +1

    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

    • @LuminousLead
      @LuminousLead 3 года назад

      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.

  • @UmeshBeti
    @UmeshBeti 2 года назад

    that's simple and excellent explanation

  • @dragonore2009
    @dragonore2009 3 года назад +1

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

  • @solvedplus858
    @solvedplus858 4 года назад +1

    many thanks for your effort

  • @gaganagavesh3679
    @gaganagavesh3679 3 года назад

    Thank you very much for the video..!😍

  • @stannisbarracuda5693
    @stannisbarracuda5693 4 года назад

    Really Good video!!

  • @AjaySingh-fq4fz
    @AjaySingh-fq4fz 5 лет назад

    Wow that's so useful for me👍

  • @-Plube-
    @-Plube- 2 года назад

    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.

  • @gmatheus10
    @gmatheus10 3 года назад

    Amazing

  • @0xyz
    @0xyz 4 года назад

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

  • @sksahil1461
    @sksahil1461 4 года назад

    Please add source codes.

  • @rishitripathi9427
    @rishitripathi9427 3 года назад

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