dns_record (dns_erlang v4.2.0)
View SourceThe dns_record
module exports serialise
and deserialise
functions
for serialising and deserialising messages.
You will generally not use these functions directly, rather you will use
the functions for encoding and decoding messages exported by dns
.
Summary
Functions
Equivalent to deserialise(Bin, #{})
.
Deserialise a given term into a dns record
Equivalent to serialise(Bin, #{})
.
Serialise a dns record.
Types
Options available for serialisation and deserialisation.
-type t() :: binary() | {binary(), proplists:proplist()}.
Module's core type.
Functions
Equivalent to deserialise(Bin, #{})
.
Deserialise a given term into a dns record
Equivalent to serialise(Bin, #{})
.
Serialise a dns record.