Classes

Concepts

Libraries

advertisement »

ambientSounds »

bitser »

contentPoints »

eventBoxText »

factValidity »

frameBuffer »

officeBuildingInserter »

priorityRenderer »

randomEvents »

scaling »

spritesheetParser »

statusIcons »

test3 »

util »

Objects

loads

Description

Deserialize the provided string that was previously serialized with this library.

Arguments

1 string contents

the bitser-serialized string to deserialize.

Returns

1 table

the contents of the serialized string

Example

local serialized = bitser.dumps({{"this is my boomstick", gun = {ammo = 30, barrelQuality = 100, reliability = 0.9}}, someField = "someValue", anotherField = {valueOne = 123, valueTwo = "123"}})

local deserialized = bitser.loads(serialized)