API Reference Msgpax v2.4.0

modules

Modules

This module provides functions for serializing and deserializing Elixir terms using the MessagePack format.

A struct to represent the MessagePack Binary type.

A struct used to represent the MessagePack Extension type.

Behaviour to unpack Msgpax.Ext structs into arbitrary terms.

Represents a fragment of MessagePack data.

Exception that represents an error in packing terms.

The Msgpax.Packer protocol is responsible for serializing any Elixir data structure according to the MessagePack specification.

A Plug.Parsers plug for parsing a MessagePack-encoded body.

Reserved extensions automatically get handled by Msgpax.

Raised when there's an error in deserializing some data into an Elixir term.