-- @/lua/common/lpack.lua:85 local function encodeLua(v) bufTmp:reset() peekEncLua[type(v)](v) return bufTmp:get() end