User Tools

Site Tools


en:serialize

This is an old revision of the document!


Serialize (Function)

Format

serialize ( array )
serialize ( { x1, y1, x2, y2, x3, y3 ... } )

returns string_expression

Description

The serialize statement creates a string that encodes the dimensions, types, and values in an array. The Unserialize function will take a “serialized” string and return an array or list.

Often developers will create a serialized string so that they may save the values in an array into a data file or a database table.

Example



will display



See Also

History

1.99.99.65New to Version
en/serialize.1473359918.txt.gz · Last modified: 2020/02/28 10:46 (external edit)