Serialization
Serialize
Represents serializing an object.
{
"ExpressionType": "Serialize",
"Value": {
"ExpressionType": "ExecuteQuery",
"PageNumber": null,
"PageSize": null,
"Arguments": [
{
"LogicalId": "Name",
"Value": {
"ExpressionType": "GetInput",
"Extension": null,
"LogicalId": "Name",
"Description": null
}
}
],
"Extension": null,
"LogicalId": "RetrieveQuestionTemplateByName",
"Description": null
}
}
Deserialize
Represents deserializing an object.
{
"ExpressionType": "Deserialize",
"ToObjectLogicalId": "Tag",
"Value": "<jsonobject>"
}