sim.packTablePacks a table into a buffer. The table may contain other nested arrays, maps, None/nil, bool, number or string values. All other types (e.g. functions) will be considered as string or None/nil values. You can also use sim.packTable to quickly compare two tables or to perform a deep copy of a table Synopsisbytes buffer = sim.packTable(list/dict aTable, int packingScheme = 0)
buffer buffer = sim.packTable(any[]/map aTable, int packingScheme = 0)
Arguments
Return values
|