Activity Forums Salesforce® Discussions Deserialize in Salesforce?

  • MOHIT

    Member
    April 16, 2020 at 2:54 pm

    JSON is a format that encodes objects in a string. Serialization means to convert an object into that string, and deserialization is its inverse operation.
    When transmitting data or storing them in a file, the data are required to be byte strings, but complex objects are seldom in this format. Serialization can convert these complex objects into byte strings for such use. After the byte strings are transmitted, the receiver will have to recover the original object from the byte string. This is known as deserialization.

  • Ayush

    Member
    April 20, 2020 at 11:22 am

    JSON is a format that encodes objects in a string. Serialization means to convert an object into that string, and deserialization is its inverse operation.

  • Manish

    Member
    April 20, 2020 at 12:44 pm

    Deserializes the specified JSON string into an Apex object of the specified type.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos