`:erlang.binary_to_term/1` and `:erlang.term_to_binary/1` are used in the erlang world quite often to serialize data for network, disk, or ports in an efficient manner.
In the elixir ecosystem they seem to be quite unknown and serialisation does often happen to and from JSON. By including, documenting, and even autoinlining from Kernel (such that they get auto-imported) I think we could massively increase the awareness of the elixir community about these functions. Bye, Norbert -- You received this message because you are subscribed to the Google Groups "elixir-lang-core" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-core/CA%2BbCVstDKAZZVPVMqgpqNLN2TuxK75S5_0kqHTh07vdeA3m%3DsQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
