LassoScript Utility
Basics Browse Detail

[Null->Unserialize]

Tag Link [Null->Unserialize] Category Tags
Type Member Source Available No
Support Synonym Version 5.0
Change Unchanged Data Source Any
Output Type Any Security None
Implementation LCAPI Sets Lasso 8.5, Lasso 8.0, Lasso 7.0, Lasso 6.0, Lasso 5.0

Description

[Null-> Unserialize] accepts a single parameter which is XML that represents a Lasso value. The current value is replaced by the value represented by the parameter.

Member tags for Null can be used on values of any data type including custom, third party data types.

Syntax

[Value-> Unserialize: 'XML Data']

Parameters

Required Parameters
Data Stream The XML data which should be converted into a Lasso data type.

Change Notes

The serialization format in LP7 is XML-based. Prior versions of Lasso used a byte stream serialization format. LP7 can deserialize data that was serialized using an earlier version of Lasso.

Examples

See the Lasso 8 Language Guide for examples of how to use this tag.