Tag Link | [Deserialize] | Category | Technical |
---|---|---|---|
Type | Substitution | Source Available | Yes |
Support | Preferred | Version | 8.0 |
Change | Data Source | Any | |
Output Type | None | Security | None |
Implementation | Sets | Lasso 8.5, Lasso 8.0 |
[Deserialize] takes the XML serialized representation for a Lasso data type and returns an instance of the data type that it represents. This tag performs the same operation as [Null->Deserialize].
Note - Custom data types must be defined on the current page before an instance of that type can be deserialized. Built
[Deserialize: String]
Required Parameters | |
---|---|
Data Stream | The XML data which should be converted into a Lasso data type. |
See the Lasso 8 Language Guide for examples of how to use this tag.