Serialize the provided table into a string.
Serialize the provided table into a string.
1 table data
the data to serialize into a string.
1 string
the serialized data
local serialized = bitser.dumps({{"this is my boomstick", gun = {ammo = 30, barrelQuality = 100, reliability = 0.9}}, someField = "someValue", anotherField = {valueOne = 123, valueTwo = "123"}}) print(serialized)