View Source bert (bert v0.2.1)

Link to this section Summary

Functions

Decode a binary data to Erlang term.
Encode Erlang term to a binary data.

Link to this section Functions

-spec decode(binary()) -> term().
Decode a binary data to Erlang term.
-spec encode(term()) -> binary().
Encode Erlang term to a binary data.