msgpax v0.8.2 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
Exceptions
Raises when there’s an error in serializing an Elixir term
Raises 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