Using JSON IN C#! Serialization & Deserialization made easy!

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

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

  • @tutorialsEUC
    @tutorialsEUC  Год назад +2

    🚀 C# Progress Academy - Become a senior C# developer: academy.tutorials.eu/p/csharp-progress-academy

  • @Froggy954
    @Froggy954 Год назад +1

    Great tutorial, clear and straight to the point. Exactly what I was looking for! :D

  • @MegaToyy
    @MegaToyy Год назад +2

    Thanks Jannick. Very concise and straight to the point. Btw could you elaborate on the best practice on how to update our json file with new data? Assuming there will be more purchased items and we want to store/update that information.

  • @marceloleoncaceres6826
    @marceloleoncaceres6826 9 месяцев назад

    Thanks for the video, It helped me a lot

  • @livewithlimon
    @livewithlimon 7 месяцев назад

    please make some videos about state management

  • @AntonXCMlite
    @AntonXCMlite 2 месяца назад

    Hello. I want to be able to disallow some fields from serialization. Is it possible to do this before serialization or will I have to cut the relevant parts out of string.

  • @abdulrafay2420
    @abdulrafay2420 4 месяца назад

    Can anyone please explain why we serializing the json object and how we can store serialized object(string) in the database. Lets suppose we have table of user. I create a post API that creates a user and store in a database how can I use serialization here and what will be the benefit of doing it?

    • @Check_This_Game-f5m
      @Check_This_Game-f5m Месяц назад +1

      Would be nice. I'm also facing that in Unity when i want to store arrays. Chatgpt uses Wrapper Class but i tried and not getting the results i need. So i would need further explanation.

  • @artcraftmathcareenjoylearn1434
    @artcraftmathcareenjoylearn1434 3 месяца назад

    Hi, I am new to software development what is serialize?
    Thanks,

    • @TahirMushtaq-s3w
      @TahirMushtaq-s3w День назад

      the process of converting an object or data structure into a format that can be easily stored🥰

    • @TahirMushtaq-s3w
      @TahirMushtaq-s3w День назад

      the process of converting an object or data structure into a format that can be easily stored

  • @kausainshaikh1999
    @kausainshaikh1999 11 месяцев назад

    i have a question that i have to use Json Data which is key value type (Commands,Buttons)
    example
    {
    "command": "*A-2#",
    "button": "A-2"
    }
    so i have list of data whenever i can edit or delete. this data is in unity buttons which can also delete and add at run time.
    so is there any solution to do?

  • @DaniLearnsIT
    @DaniLearnsIT 6 месяцев назад

    Did you guys intentionally make something so the like button gets a rainbow aura when you say "smash that like button" or is it just a thing that RUclips does now?

  • @AbdallahEmadVlogs
    @AbdallahEmadVlogs 6 месяцев назад

    Too many adds about your course and minimal information about what we are here for