Serializes a single parameter. Results in a string suitable for use as a parameter in Lua code. If the input is a table, it must not contain table cycles or non-tree structures.
serialized = Utility.Serialize.Inline(element) | |||
Parameter | Type | Datatype | Description |
---|---|---|---|
element | parameter | variant | Element to serialize. |
serialized | result | string | String containing serialized output. May be nil if there was an error with the input. |