function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Saumya SumanSaumya Suman 

Please help me in this question


Create contact record by populate some data (minimum 1 fields)

Convert contact object record into XML response (Serialization) - Conversion of object into XML

Display it on page

Put a button Deserialization which needs to convert this XML into object

Create new object Candidate and store the response after parsing XML.