%unserialize()

Aliases%unserialize( )
Parametersstring @xml

    Takes an serialized string and parses the XML back into the appropriate
data container hierarchy. This function generally won't be used by
builders, however the underlying mechanism is used to retrieve persistent
data from the MySQL database.

Example:

@data = %unserialize( @x )
commune %( @data->name ) the %( @data->race ) has died!