Serializable Types
7/14/25Less than 1 minute
Serializable Types
In Massive Loop Lua followings are serializable:
Basic Types
Boolean
/bool
Serialization Size: 6 BytesString
/string
Serialization Size: 5 + string size (UTF-8 encoded)
Unity Types
Arrays
Arrays are also serializable. Serializing arrays happens at element level. If the element is a serializable type from the list above, that element gets properly serialized, otherwise the element gets serialized as a Nil.