Activity Forums Salesforce® Discussions Serialize in Salesforce?

  • Manish

    Member
    April 16, 2020 at 1:56 pm

    "Serialization" is what occurs when binary computer memory is converted into a format that can be transferred to disk or over a network connection. In Salesforce (and most other web-based platforms), this is commonly called the "view state". The view state contains information about the memory contents of variables.

  • Anuj

    Member
    April 16, 2020 at 1:57 pm

    JSON is a format that encodes objects in a string. Serialization means to convert an object into that string. 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.

  • Ayush

    Member
    April 20, 2020 at 11:27 am

    Serialization means to convert an object into that string.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos