Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lua-Serializer

A lightweight Lua serializer

Serializer: {
  configureSetting: function(<string> name, <any> value),
  tableToVars: function(<table> t) <string>,
  valueToString: function(<any> value) <string>,
  valueToVar: function(<any>, value[, <string> name]) <string>,
}

With configureSetting, the only setting is "NoFormatUnknowns", which disables auto-formatting of unknown chars (generally utf8), see example.lua for more information.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages