Advertisement
Guest User

Serialization Example

a guest
Apr 30th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. s = require("serialization")
  2. io = require("io")
  3.  
  4. local f = io.open("data","r")
  5. local content = f:read("*a")
  6. local unserializedData = serialization.unserialize(content)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement