Array.deserialize(string [, arraytype])

Create an array using a string which was generated using the Array.serialize function.

If no arraytype is specified, double is assumed. The size of the array created is determined by the length of the string and the arraytype.