textutils.unserialize

From ComputerCraft Wiki
Revision as of 16:57, 2 January 2013 by AfterLifeLochie (Talk | contribs) (Aiee carumba, grammar was not strong with this one.)

Jump to: navigation, search


Grid Redstone.png  Function textutils.unserialize
Converts a serialized string back into an object. The string should have been created using textutils.serialize(). Note, the representation used by textutils actually creates Lua-friendly syntax, so that loadstring() will also work to unserialize. See textutils.serialize() for more information.
Syntax textutils.unserialize(string)
Returns a copy of the original object which was serialized
Part of ComputerCraft
API textutils