Expand description
Erlang External Term Format Encoding/Decoding
Provides all encoding and decoding for the Erlang External Term Format (as defined at https://erlang.org/doc/apps/erts/erl_ext_dist.html).
Structs
- Error data
- f64 comparable data for
OtpErlangTerm::OtpErlangFloat - Function data for
OtpErlangTerm::OtpErlangFunction - Pid data for
OtpErlangTerm::OtpErlangPid - Port data for
OtpErlangTerm::OtpErlangPort - Reference data for
OtpErlangTerm::OtpErlangReference
Enums
- Error description
- Erlang term representation
Functions
- decodes the Erlang External Term Format into
OtpErlangTerm - encodes
OtpErlangTerminto the Erlang External Term Format