JSON Serialization and Deserialization

Поділитися
Вставка
  • Опубліковано 7 вер 2024
  • This video will help you to
    1. Understand JSON
    2. How to read JSON Strings
    3. How to use JSON in Salesforce Apex
    4. How to serialize other objects into JSON string
    5. How to Deserialize a JSON string into other objects.
    If any queries or questions do connect me. Below are the contact details,
    gyaneasy.com/c...
    If you want to learn Salesforce then do consider taking course with us,
    gyaneasy.com/

КОМЕНТАРІ • 33

  • @shaikshavali7962
    @shaikshavali7962 Рік тому +1

    i have seen so many videos for json Ser and De ser , No One is Explain Properly, but You Explained Very Well, Now I understood Thanku
    we will be Waiting For Your More Videos Like This ...............

  • @Evildragonfirez
    @Evildragonfirez 3 роки тому +3

    Literally the only video worth watching on this subject, great job.

  • @dibyenduroy879
    @dibyenduroy879 Рік тому

    Personal note (Ignore if its not helpfull as i m saving my notes here lol) :-
    1)Why type casting - 35:29
    Thank you for such an explanation Sir.

  • @priyanka_borode
    @priyanka_borode 3 роки тому +5

    very well explained, i can see only two videos on your channel.Please make more videos on integration.

  • @rohantelang1817
    @rohantelang1817 3 роки тому +3

    Great video with great explaination 👌👌

  • @shantanupawar2940
    @shantanupawar2940 3 роки тому +3

    Such a nice session....much needed session.... explained very well... thank you for this session 🙂

  • @smritisharan-sfdcamplified
    @smritisharan-sfdcamplified 2 місяці тому

    excellent explaination.

  • @gpatil7379
    @gpatil7379 2 роки тому +1

    Great content keep it up👍😊

  • @shaswat6297
    @shaswat6297 2 роки тому +1

    10:40 json in sf
    15:00 array in json
    19:20 inner array inside array
    21:20 json parsing after getting json response
    23:00 sf utility for json
    25:00 json class in sf
    27:15 json parsing in sf
    33:00 the core use / mapping json with class

    • @gyaneasy
      @gyaneasy  2 роки тому +1

      Thanks Shaswat for these inputs.. will definitely add this in description and also divide video in chapters too

  • @devanathanvittelgounassega2266
    @devanathanvittelgounassega2266 3 роки тому +1

    Very nice and interesting video.

  • @darshanbendre558
    @darshanbendre558 Рік тому

    THANKS. Well Explained. 😉 It was helpful.

  • @user-vk3ur7xz7d
    @user-vk3ur7xz7d Рік тому

    cool🖤 This should help me with my Apex superbadge.

  • @bavadharaniganesan8628
    @bavadharaniganesan8628 2 роки тому +1

    what a wonderful and useful session! Thanks

    • @gyaneasy
      @gyaneasy  2 роки тому

      Glad you enjoyed it!

  • @RVAraghav
    @RVAraghav 2 роки тому

    Excellent video. Please do more of these videos.

  • @chidinjoku1101
    @chidinjoku1101 2 роки тому +1

    Thank you. Well explained. Much appreciated

    • @gyaneasy
      @gyaneasy  2 роки тому

      Glad it was helpful!

  • @rajveerrawat3929
    @rajveerrawat3929 2 роки тому

    Great way of teaching buddy .. Keep it up man

  • @harishghenge3712
    @harishghenge3712 4 роки тому +1

    Explained very well

  • @rohitmaligoogle
    @rohitmaligoogle 3 роки тому +1

    Great

  • @SanketShikhariya
    @SanketShikhariya 2 роки тому +1

    Great video!

  • @manikurella4501
    @manikurella4501 3 роки тому +1

    Good session bro. Please do more videos on sfdc(specially integration for me).

  • @sanketnagpure1205
    @sanketnagpure1205 3 роки тому +1

    Great !!...

  • @neerajdhamija3722
    @neerajdhamija3722 4 роки тому

    Thanks for explaining the concept. Waiting for json generator and parser session

    • @gyaneasy
      @gyaneasy  4 роки тому

      Sure, will be available soon :)

  • @deepakmehmi854
    @deepakmehmi854 4 роки тому +1

    Good explanation Buddy. I encourage you to do more SFDC videos.

  • @alexanderfrost1476
    @alexanderfrost1476 2 роки тому +1

    You did well Sir. Nice video

  • @nathanmarchant8885
    @nathanmarchant8885 4 роки тому

    Thanks for this! was a good guide. Although I'm unable to get the status debug to work. I get:
    Line: 7, Column: 37
    Variable does not exist: status

    • @gyaneasy
      @gyaneasy  4 роки тому

      Please make sure that you have status variable in OrderParser class. If still issues then do send me your code. I will check it out.