Expand description
The serializer core.
Translates a Value graph to Lua source. This follows serpent’s val2str
recursion and top-level assembly: array-first key ordering, short vs bracket
key notation, shared and cyclic reference wiring through a self-reference
section, and the do ... return name end wrapper when a name is set.
Enums§
- SerError
- A serialization error.
Functions§
- serialize
- Serialize a value graph with the given options.