textutils.unserialize

From ComputerCraft Wiki
Revision as of 16:17, 4 October 2012 by Dadmob18 (Talk | contribs) (Created page with "{{lowercase}} {{Function |name=textutils.unserialize |args= serialized |returns=a copy of the original object that was serialized |api=textutils |addon=Compu...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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