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
- Error data
- Float
- f64 comparable data for
OtpErlangTerm::OtpErlangFloat
- Function
- Function data for
OtpErlangTerm::OtpErlangFunction
- Pid
- Pid data for
OtpErlangTerm::OtpErlangPid
- Port
- Port data for
OtpErlangTerm::OtpErlangPort
- Reference
- Reference data for
OtpErlangTerm::OtpErlangReference
Enums§
- Error
Kind - Error description
- OtpErlang
Term - Erlang term representation
Functions§
- binary_
to_ term - decodes the Erlang External Term Format into
OtpErlangTerm
- term_
to_ binary - encodes
OtpErlangTerm
into the Erlang External Term Format