Activity › Forums › Salesforce® Discussions › Serialize in Salesforce?
-
Serialize in Salesforce?
Posted by Marziya on April 16, 2020 at 1:54 PMWhat is Serialize in Salesforce?
Ayush replied 6 years, 1 month ago 4 Members · 3 Replies -
3 Replies
-
“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.
- [adinserter block='9']
-
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.
Log In to reply.