Function msgpackRawEncode

  • msgpackRawEncode encodes objects using msgpack, regardless of whether there are empty or 0 value fields.

    Parameters

    • obj: unknown

      a dictionary to be encoded. May or may not contain empty or 0 values.

    Returns Uint8Array

    msgpack representation of the object

Generated using TypeDoc