Class MessagePackCoder

A pair of encoder and decoder for serializing and deserializing values. Usually a MessagePack implementation.

Hierarchy

  • MessagePackCoder

Implements

Constructors

Methods

Constructors

Methods

  • Decodes a message from bytes.

    Parameters

    • raw: Uint8Array

    Returns any

  • Encodes a message to bytes.

    Parameters

    • message: any

    Returns Uint8Array

Generated using TypeDoc