textutils.unserialize
From ComputerCraft Wiki
| 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 |