Object encodeFrame(Map val)

output String or List

Source

Object encodeFrame(Map val) {
  return pack(val);
}