Msgpax v2.1.0 API Reference
Modules
This module provides functions for serializing and de-serializing 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
A Plug.Parsers
plug for parsing a MessagePack-encoded body
Exceptions
Exception that represents an error in packing terms
Raised when there’s an error in de-serializing some data into an Elixir term
Protocols
The Msgpax.Packer
protocol is responsible for serializing any Elixir data
structure according to the MessagePack specification